Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 845 Bytes

email_guide.md

File metadata and controls

19 lines (10 loc) · 845 Bytes

Email server setup trouble-shooting guide

It isn't uncommon that you can't send emails despite the fact that you have configured your account name and password correctly in docker-compose.yml. This is because of increasingly stringent security measurements Gmail and other email providers put in place to fend spam emails.

Test if your email server configuration works

  1. Open Django admin page at http://your_server_ip:3334/admin/.

  2. Click the "Users" link.

  3. Select the user to whom you want to send test email.

  4. In the "Action" drop down list, select "Send test email". Click "Go".

Send test email

Step-by-step email server configuration and trouble-shooting guide

Help needed to finish this section!