Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.0
-
None
-
None
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!