![]() |
[Python] Very Simple Email Send
Code:
from smtplib import * Anyone see the issue here? Can it be anything other than the mail server not allowing me to do this? |
I'm just learning python so i cant really comment on the code. I know that from the interpreter i have to do this:
outbox = smtplib.SMTP('mail.myserver.com') many isps disable relaying so you cant send from a mailserver other than theirs. You may want to try and set-up an email account using the server just to make sure you can send from the account. Also if your server requires authorization, that may be a problem. |
Quote:
|
All times are GMT -8. The time now is 07:41 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project