Python Forum
Django sending messages from third-party email - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Django sending messages from third-party email (/thread-7624.html)



Django sending messages from third-party email - sonic911 - Jan-18-2018

Hello!
I'm a little bit stucked with sending django email messages. My purpose is to send email from third-party email f.e [email protected]. I don't think that this website has smtp server, as gmail/sendgrid/smtp-pulse and etc. So, can I send email from the name of this website to users. I just know outgoing and incoming IMAP, tls/ssl ports, username/password. Any hosts/examples/advices/descriptions are welcome:).


RE: Django sending messages from third-party email - marcus - Feb-08-2018

What does "send Django email messages" mean? Are you trying to send email messages from your app? You will need an SMTP server somewhere.

How many messages are we talking? A couple a day or millions?