
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
15/Jan/07 08:16 AM
|
|
At the moment we use:
server = smtplib.SMTP('localhost')
This should be modified to:
server = smtplib.SMTP('127.0.0.1')
localhost is not resolvable on all systems!
|
|
Description
|
At the moment we use:
server = smtplib.SMTP('localhost')
This should be modified to:
server = smtplib.SMTP('127.0.0.1')
localhost is not resolvable on all systems! |
Show » |
| No work has yet been logged on this issue.
|
|