From 60cf86a48458ac90d0e7c5c4b8416a70bba800e5 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Fri, 31 Jul 2020 23:58:01 +0000 Subject: [PATCH] Move email notification info from notes to docs --- docs/README.md | 1 + docs/email_notifications.md | 54 +++++++++++++++++++++++++++++++++++++ notes.txt | 44 ------------------------------ 3 files changed, 55 insertions(+), 44 deletions(-) create mode 100644 docs/email_notifications.md 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 <