• Hi,

    I am using this plugin for one of our website below:

    Trailers For Sale

    I an using hosting server SMTP configuration… I needed information for those emails address send mail failed… But using wp_mail I am always getting success even for invalid email address. Also at test panel I can see success msg even for invalid email address like [email protected]
    here is debug log

    CLIENT -> SERVER: EHLO https://www.plainoltrailers.com
    CLIENT -> SERVER: AUTH LOGIN
    CLIENT -> SERVER: bmF6bXVsQHBsYWlub2x0cmFpbGVycy5jb20=
    CLIENT -> SERVER: TStLMyh1aXlkIzZF
    CLIENT -> SERVER: MAIL FROM:<[email protected]>
    CLIENT -> SERVER: RCPT TO:<[email protected]>
    CLIENT -> SERVER: DATA
    CLIENT -> SERVER: Date: Sat, 15 Feb 2020 20:37:26 +0000
    CLIENT -> SERVER: To: [email protected]
    CLIENT -> SERVER: From: PlainOlTrailers <[email protected]>
    CLIENT -> SERVER: Subject: Test SMTP Mail
    CLIENT -> SERVER: Message-ID: <[email protected]>
    CLIENT -> SERVER: X-Mailer: PHPMailer 5.2.27 (https://github.com/PHPMailer/PHPMailer)
    CLIENT -> SERVER: MIME-Version: 1.0
    CLIENT -> SERVER: Content-Type: text/plain; charset=UTF-8
    CLIENT -> SERVER:
    CLIENT -> SERVER: testing
    CLIENT -> SERVER:
    CLIENT -> SERVER: .
    CLIENT -> SERVER: QUIT

    I contacted hosting support and they asked to get support from here…. It will be very helpful if you can give me a solution.

    Thanks
    Nazmul

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, this is the first time I hear about this issue. So you are saying that typing in the wrong e-mail address you are successfully sending the e-mails? Is this correct?

    Thank you

    • This reply was modified 4 years, 9 months ago by mbrsolution.
    Thread Starter Nazmul Akanda

    (@ampninja)

    how that is possible… SMTP server cannot send email to an invalid email address…

    What I am saying…
    I am getting test mail successful message for an invalid email from plugin test panel… that means there is no checking from plugin side if it is valid email or if SMTP server rejects that invalid email… do It is from the plugin test email panel… at actual SMTP server was not able to deliver that email…

    Thanks

    Hi.

    The plugin cannot check if SMTP actually delivered email or not. It can just check if SMTP server accepted the email for the delivery (which it does). E.g. this test shows whether communication between your website and SMTP server can be established. Whatever happens to the email after than cannot be tracked or handled by the plugin. Properly configured SMTP server (not the plugin, but the server itself) should bounce undelivered emails back to the sender or to some pre-configured email.

    According to the log you provided, the plugin can communicate with your SMTP server just fine and it accepts the test message, so there seems to be no issues with the plugin here.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Test Email Gives successful message for Invalid Email’ is closed to new replies.