Issue Details (XML | Word | Printable)

Key: JAMES-759
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Norman Maurer
Reporter: Norman Maurer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JAMES Server

sendmail.py use localhost to connect to local smtpserver. We should use 127.0.0.1

Created: 12/Jan/07 11:59 AM   Updated: 21/Nov/07 08:31 AM
Return to search
Component/s: None
Affects Version/s: 2.3.0
Fix Version/s: 2.3.1

Time Tracking:
Not Specified

Resolution Date: 15/Jan/07 08:16 AM


 Description  « Hide
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!

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.