Closed jeffery9 closed 3 years ago
I seem to be experiencing this
Hi @jeffery9,
I've been able to send a message following the 30min-setup guide and everything seems to be working properly. It seems more a problem with the SMTP server or with the configuration.
To help you discard this issue, I recommend you to follow the steps I followed to perform the test:
I used mailtrap as the SMTP server, with the following settings:
Then, write the previous configuration in your docker-compose.yml
:
# Email settings. Uncomment following lines and configure your SMTP server
EMAIL_BACKEND: "django.core.mail.backends.smtp.EmailBackend"
DEFAULT_FROM_EMAIL: "no-reply@example.com"
EMAIL_USE_TLS: "False"
EMAIL_USE_SSL: "False"
EMAIL_HOST: "smtp.mailtrap.io"
EMAIL_PORT: 25
EMAIL_HOST_USER: "553a89627f22e9"
EMAIL_HOST_PASSWORD: "a69c0c74134105"
Start Taiga again (docker-compose up -d
) and try to receive in the SMTP server the email sent by Taiga to reset the password (enter a valid user's email here), by accessing this URL:
http://local.taiga.io:9000/forgot-password
You should be receiving the email:
Please, follow these steps and left us know if it works.
Describe the bug
have configured the "django.core.mail.backends.smtp.EmailBackend" and run
sendtestemail
it report sendmail success, but not received email, and check the email account, found that have not call the smtp server/
How can we reproduce the behavior
Workarounds
Screenshots
Taiga environment
taiga 6.0.2 in docker
Desktop (please complete the following information):
Additional context