-
Hi, I'm trying to find out how can I configure the DD to be able to send emails, but can't find that info in documentation. or every Google search leads to a post in here that somehow I cant figure it how to do it. I need to use an Office 365 mailbox to send the emails. Can someone share some help on this, please? Regards. Post: #7055 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Well, after re-reading the post above I tried the test configuration and managed to make it work. So, to the ones the need a simple approach to this configuration, what I did was:
saved and restarted the contaiers, and configred the settings as normal. All is working. Regards. |
Beta Was this translation helpful? Give feedback.
Well, after re-reading the post above I tried the test configuration and managed to make it work.
So, to the ones the need a simple approach to this configuration, what I did was:
Edited the docker compose file, in the services:
uwsgi:
.......
DD_EMAIL_URL: "smtp+tls://email%40domain.com:MyPassword@smtp.office365.com:587"
celeryworker:
.......
DD_EMAIL_URL: "smtp+tls://email%40domain.com:MyPassword@smtp.office365.com:587"
saved and restarted the contaiers, and configred the settings as normal.
All is working.
Regards.
JG