Skip to content

email notification configuration #7055

Answered by Stamka
Stamka asked this question in Q&A
Oct 31, 2022 · 4 comments · 6 replies
Discussion options

You must be logged in to vote

Hello everyone.
I hope my comment will help a lot of people who struggling with email integraion.

What did i do:

  1. add environmemt vatiable to your docker-compose file with creds
    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…

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@sayanTlregtech
Comment options

@Stamka
Comment options

@sayanTlregtech
Comment options

@sayanTlregtech
Comment options

Comment options

You must be logged in to vote
2 replies
@sayanTlregtech
Comment options

@sayanTlregtech
Comment options

Answer selected by Stamka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants