-
Hello everyone. How i launch DD/ ./dc-up.sh postgres-redis in settings/system_settings add send email to parameter then I manually create products engagements findings and get nothing please help |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 8 replies
-
Logs with exception |
Beta Was this translation helpful? Give feedback.
-
Hi, same problem here. |
Beta Was this translation helpful? Give feedback.
-
Guys try with:
|
Beta Was this translation helpful? Give feedback.
-
Hello everyone. What did i do:
--example--
if this answer dont help you, put here you settings and logs, i'll try to help |
Beta Was this translation helpful? Give feedback.
-
I still have the error error: |
Beta Was this translation helpful? Give feedback.
Hello everyone.
I hope my comment will help a lot of people who struggling with email integraion.
What did i do:
Important notice!!!
All special chars like @ ' " must be urlencoded it was my problem
--example--
uwsgi:
environment:
DD_SESSION_COOKIE_SECURE: 'True'
DD_CSRF_COOKIE_SECURE: 'True'
DD_EMAIL_URL: "smtp://<email address or login with url encoded symbols. My example - tech_dojo%40domain.com>:@:<ports i used 25>
celeryworker:
environment:
DD_EMAIL_URL: "smtp://<email address or login with url encoded symbols. My example - tech_dojo%40domain.com>:@:<ports i used 25>
mailhog:
image: mailhog/mailhog:v1.0.1@sha256:8d76a3…