Roundup Tracker - Issues

Message3450

Author anonymous
Recipients
Date 2006-09-23.21:07:47
Message-id
In-reply-to
I want to send mail via gmail.  I need to specify a port (587).  Also, it won't work without setting localhost name.  Here is how I send mail:

server = smtplib.SMTP('smtp.gmail.com', 587, 'nbecker.dyndns.org')

Can we add config options for these params, please?
History
Date User Action Args
2009-02-03 14:24:05adminlinkissue1564247 messages
2009-02-03 14:24:05admincreate