• I get this error message, even when using my personal address in “from” field:
    Multiple ‘From’ headers found.

    Details below:
    Final-Recipient: rfc822;not mentioned here
    Action: failed
    Status: 5.5.0
    Diagnostic-Code: smtp;550-5.7.1 [91.121.80.191 11] Our system has detected that this message is
    550-5.7.1 not RFC 5322 compliant:
    550-5.7.1 Multiple ‘From’ headers found.
    550-5.7.1 To reduce the amount of spam sent to Gmail, this message has been
    550-5.7.1 blocked. Please visit
    550-5.7.1 https://support.google.com/mail/?p=RfcMessageNonCompliant
    550 5.7.1 and review RFC 5322 specifications for more information. i130si4574618wme.120 – gsmtp

    Running on Win2012/WP 4.6/PHP 7.0.10

Viewing 3 replies - 1 through 3 (of 3 total)
  • I too am getting this error ?? All emails from my wordpress site end up in my junk folder

    Thread Starter Eric Malalel

    (@teachlynx)

    I have installed and configured WP-Mail-SMTP and it saved my life, no more spams.

    Hope it will work for you too.

    Eric, this is due to a bug in the Windows implementation of native PHP “mail()” function. It works in previous PHP versions, but was introduced with PHP 7. A simple on-line test will demonstrate that behavior:

    <?php
    $result = mail( “[email protected]”, “test subject”, “test content”, “From: [email protected]\r\n” );
    ?>

    I opened a bug report with PHP so that this gets fixed. Kindly report that you were experiencing the same problem:
    https://bugs.php.net/bug.php?id=74005

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘email sent by plugin tagged as spam by Gmail’ is closed to new replies.