vitorfs / colossus

Self-hosted email marketing solution
https://colossus.readthedocs.io
MIT License
514 stars 128 forks source link

Email Not Sending #40

Closed tommy2049 closed 3 years ago

tommy2049 commented 3 years ago

Hi there. I followed your instruction from the blog on connecting the domain to mailgun and ensured everything is set up properly. I can send emails manually with swaks.

However, I edited the "Emails" portion in settings.py and it seems nothing I do can make it work. The following is a screenshot of my code. Can you please give some insight?

Screen Shot 2021-03-18 at 6 19 09 PM

tommy2049 commented 3 years ago

I found the isse, needed to change "django.core.mail.backends.console.EmailBackend" to "django.core.mail.backends.smtp.EmailBackend". Very subtle and careless of me.