Uploaded image for project: 'James Server'
  1. James Server
  2. JAMES-759

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

    XMLWordPrintableJSON

Details

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

      Attachments

        Activity

          People

            norman Norman Maurer
            norman Norman Maurer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: