Python Forum

Full Version: Django sending messages from third-party email
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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:).
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?