• Resolved Henning Stummer

    (@henningstummer)


    I use the SMTP settings to send mails from our website with an internal plugin using wp_mail.

    Sending mails from our plugin works for all mail recipients except for Apple mail addresses; like icloud.com. These mails being rejected by Apple.
    But when I send a test mail from your configuration page, Apple accepts the mails.

    I set a few headers for using HTML formatted mail and to set a reply-to address.

Viewing 1 replies (of 1 total)
  • Thread Starter Henning Stummer

    (@henningstummer)

    Hi,

    was kind of false alarm. But just in case someone else is experiencing issues with icloud.com mail addresses:

    My HTML head contained:
    <meta charset="UTF-8">

    After I changed it to this, the mail can be send to icloud.com addresses:

    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    PROBLEM SOLVED

Viewing 1 replies (of 1 total)
  • The topic ‘SMTP test mail works on iCloud, but not wp_mail’ is closed to new replies.