Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter pixel-well

    (@pixel-well)

    Hey guys,

    When using SMTP this is my log for a test email. Does it indicate anything out of the ordinary? This problem is driving me crazy, haha.

    Test Message Sent

    The result was:

    bool(true)

    The SMTP debugging output is shown below:

    SMTP -> FROM SERVER:
    220-server1.websitehostserver.net ESMTP Exim 4.69 #1 Wed, 29 Jul 2009 13:32:24 -0500
    220-We do not authorize the use of this system to transport unsolicited,
    220 and/or bulk e-mail.
    SMTP -> FROM SERVER:
    250-server1.websitehostserver.net Hello server1.websitehostserver.net [65.60.52.90]
    250-SIZE 52428800
    250-PIPELINING
    250-AUTH PLAIN LOGIN
    250-STARTTLS
    250 HELP
    SMTP -> FROM SERVER:
    250 OK
    SMTP -> FROM SERVER:
    250 Accepted
    SMTP -> FROM SERVER:
    354 Enter message, ending with “.” on a line by itself
    SMTP -> FROM SERVER:
    250 OK id=1MWDwu-0004w6-3c
    SMTP -> FROM SERVER:
    221 server1.websitehostserver.net closing connection

Viewing 1 replies (of 1 total)