diff --git a/docs/README.md b/docs/README.md index 7d2ddef..1c53bb2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -11,3 +11,4 @@ This folder contains a bunch of general information on how to get the base of a * [AUR Package Manager (REQUIRED)](aur_package_manager.md) * [Slideshow Prep (REQUIRED)](slideshow_prep.md) * [Slideshow Setup (REQUIRED)](slideshow.md) +* [Email Notifications (OPTIONAL)](email_notifications.md) diff --git a/docs/email_notifications.md b/docs/email_notifications.md new file mode 100644 index 0000000..2391e97 --- /dev/null +++ b/docs/email_notifications.md @@ -0,0 +1,54 @@ +# Email Notifications + +The below commands will setup ```msmtp``` as an emailer for the system. This is helpful for getting system messages via email as well as cron emails. + +This is optional but strongly recommended to setup. + +## Important Notes + +* ```msmtp``` *will* work with Office365, Gmail and other providers + +## Setup + +``` sh + +pacman -S msmtp msmtp-mta + +cat > /etc/aliases < /etc/msmtprc < /etc/aliases < /etc/msmtprc <