Issue 1564247
Created on 2006-09-23 21:07 by anonymous, last changed 2007-09-02 05:55 by jpend.
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.
|
|
Date |
User |
Action |
Args |
2006-09-23 21:07:47 | anonymous | create | |
|