From ca16a039e54a9440e31b9216818af9e56f0c0e8b Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 4 Apr 2022 16:48:47 -0700 Subject: [PATCH] Add documentation for configuring services to use email --- docs/Email.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/Email.md diff --git a/docs/Email.md b/docs/Email.md new file mode 100644 index 0000000..2d74ef4 --- /dev/null +++ b/docs/Email.md @@ -0,0 +1,12 @@ +# Connect a service to the noreply@jafner.net service account +| Key | Value | Note | +|:---:|:-----:|:----:| +| From Address | noreply@jafner.net | +| From Name | No Reply | +| Protocol | SMTP | +| Mail Server | smtp.gmail.com | +| Mail Server Port | 465 | +| Security | SSL (Implicit TLS) | +| SMTP Authentication | Yes | +| Username | noreply@jafner.net | +| Password | *See Bitwarden* | \ No newline at end of file