This commit adds the configurations to test sending emails using Gmail's SMTP server.
To test these changes:
In settings/dev.py un-comment the Configurations to test sending emails using Gmail SMTP and comment out the Configurations for sending email on console and in docker-compose.yml un-comment the ports in celery service.
Allow less secure apps in the Gmail accont which is to be used here.
(It is strongly recommended to not allow less secure apps in your primary Gmail account. A separate account for testing is recommended with this setting enabled.)
Replace <HOST@EMAIL.COM> and <HOST_EMAIL_PASSWORD> with the email address of the above account and its password.
This commit adds the configurations to test sending emails using Gmail's SMTP server.
To test these changes:
Configurations to test sending emails using Gmail SMTPand comment out theConfigurations for sending email on consoleand in docker-compose.yml un-comment the ports inceleryservice.(It is strongly recommended to not allow less secure apps in your primary Gmail account. A separate account for testing is recommended with this setting enabled.)
<HOST@EMAIL.COM>and<HOST_EMAIL_PASSWORD>with the email address of the above account and its password.