Roundup Tracker - Issues

Issue 1564247

classification
Add port and localhost params for mail
Type: rfe Severity: normal
Components: None Versions:
process
Status: closed fixed
:
: jpend : jpend
Priority: normal :

Created on 2006-09-23 21:07 by anonymous, last changed 2007-09-02 05:55 by jpend.

Files
File name Uploaded Description Edit Remove
0001-Add-port-and-localhost-params-for-mail.patch jpend, 2007-08-29 03:02 patch again current CVS
Messages
msg3450 Author: [hidden] (anonymous) Date: 2006-09-23 21:07
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?
msg3451 Author: [hidden] (jpend) Date: 2007-08-29 03:02
This seems like a reasonable desire. My own SMTP actually runs on 587 as well. The attached patch adds two new configuration options under [mail] for "port" and "local_hostname". Since I'm new here I'll make run it by the other devs and then commit it to CVS in the next few days if they don't have any objections or suggestions for improvement.
File Added: 0001-Add-port-and-localhost-params-for-mail.patch
msg3452 Author: [hidden] (jpend) Date: 2007-09-02 05:55
Checked in to CVS.
History
Date User Action Args
2006-09-23 21:07:47anonymouscreate