problem with smtplib.sendmail
kevinsl
kevinsl at yahoo.com
Sun Jul 11 18:24:30 EDT 1999
More information about the Python-list mailing list
Sun Jul 11 18:24:30 EDT 1999
- Previous message (by thread): problem with smtplib.sendmail
- Next message (by thread): Signature 0.1 does not work well
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm trying to mail a blank message via a cgi script. (it triggers a subscribe confirmation for a mailing list) It's giving an "Error transmitting message data" exception. Here is the code: fromaddr='test at test.com' toaddr='list-subscribe at test.com' msg='' mailserver=smtplib.SMTP('localhost') mailserver.sendmail(fromaddr,toaddr,msg) #error occurs here mailserver.quit() localhost is running qmail 1.03. any ideas? thanks, Kevin **** Posted from RemarQ - http://www.remarq.com - Discussions Start Here (tm) ****
- Previous message (by thread): problem with smtplib.sendmail
- Next message (by thread): Signature 0.1 does not work well
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list