• Resolved cfm168

    (@cfm168)


    Hello,

    I do test email, sent to store email landed, but sent to other emails such as [email protected]…not landed (nothing in inbox/spam folder). I got the following error log:

    ——————————————–

    New PHP errors have been logged on https://www.SorryHidedmysite.com Here are the last 1 entries from /home/SorryHidedmysite/php-errors.log: [Nov 10, 10:12:22] PHP Deprecated: Hook login_headertitle is deprecated since version 5.2.0! Use login_headertext instead. Usage of the title attribute on the login logo is not recommended for accessibility reasons. Use the link text instead. in /home/SorryHidedmysite/SorryHidedmysite.com/wp-includes/functions.php on line 6031

    ———————————————–

    It seems not related to the mail. Please help. Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support David

    (@dpinson)

    Hi there @cfm168,

    The error you’re seeing is a deprecation error. It essentially tells the coder to use a different function than the one triggering the error. It’s unrelated to the issue you’re seeing.

    When you have trouble getting email, the first step is to check the debug logs. If there is an issue communicating with the mailer service, the debug logs will often show an error message that can help point to the problem. Check out this guide on our site. It walks through our Debug feature. Using the Debug system in WP Mail SMTP, you’re able to check the logs of failed emails and any available error messages: https://wpmailsmtp.com/docs/how-to-debug-email-sending-issues-in-wp-mail-smtp/

    I hope that helps! Have a great day! ??

    Thread Starter cfm168

    (@cfm168)

    I checked with Debug Events log, “An email request was sent.”.

    I tried with different receivers email addressees, But never landed to inbox or Spam holder.

    Plugin Support David

    (@dpinson)

    Hi there @cfm168,

    In that case, it means that the mailer isn’t sending back any error messages and has accepted the email. What happens to it after that, however, we don’t know. You would need to reach out to the mailer service to find out what is happening once they get the email. They may be sending it off successfully, but the message may bounce or get discarded by the server. If you reach out to the mailer, they should be able to look further into it to find out what happens once they receive the email to deliver.

    Additionally, you can try switching to a different mailer service. Check out this guide in our documentation. It walks through each mailer we support and includes the benefits of each: https://wpmailsmtp.com/docs/a-complete-guide-to-wp-mail-smtp-mailers/

    I hope that helps! Have a great day!

    Thread Starter cfm168

    (@cfm168)

    After changing the Encryption to SSL instead of TLS, it seems working now.

    I will have more tests and update here. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Email not sent and not landed’ is closed to new replies.