From bb9eb31e9d6e7f1da74b28d1657b365dbff8a928 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:05:43 +1300 Subject: [PATCH] documentation of smtp settings #64 --- INSTALL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index bee51716..ce3c9722 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -128,6 +128,9 @@ region=ap-southeast-2 ``` You can also [use environment variables](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html#environment-variables) if you prefer. +Test email sending by going to https://yourdomain/test_email. It will try to send an email to the current user's email address. +If it does not work check the log file at logs/pyfedi.log for clues. + ---