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.
-
Open Django admin page at
http://your_server_ip:3334/admin/
. -
Click the "Users" link.
-
Select the user to whom you want to send test email.
-
In the "Action" drop down list, select "Send test email". Click "Go".
Help needed to finish this section!