<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3Amktresults</link>
        <description></description>
        <pubDate>Fri, 22 May 2026 03:33:04 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Amktresults&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Emails display as plain text in .icloud clients</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233718#post2233718</link>
          <description><![CDATA[<p>Hi Guys,</p>
<p>We are sending emails to users with the emailTemplate_load function and it is throwing this error (This is a multi-part message in MIME format.------_mixed_2d3886c11d6c4a5999535 then the rest in plain text) for .icloud, .mac, &amp; .me addresses</p>
<p>the email is only using $PLACEHOLDERS tag to pull in the content</p>
<p>Here is the code that is sending the email:</p>
<p><code>// send email to user<br />                $emailTemplate = "email/email_reset_password2.php";<br />                $emailHeaders  = emailTemplate_load(array(<br />                      'template'     =&gt; websiteLogin_pluginDir() . "/$emailTemplate",<br />                      'subject'      =&gt; '', // set in template<br />                      'from'         =&gt; '', // set in template<br />                      'to'           =&gt; $user['email'],<br />                      'placeholders' =&gt; array(<br />                      'firstname'      =&gt; mb_convert_case($user['firstname'], MB_CASE_TITLE, "UTF-8"),<br />                      'lastname'       =&gt; mb_convert_case($user['lastname'], MB_CASE_TITLE, "UTF-8"),<br />                      'resetUrl'       =&gt; $resetQuery,<br />                      ),<br />                    ));<br />                $mailErrors   = sendMessage($emailHeaders);<br />                if ($mailErrors) { die("Mail Error: $mailErrors"); <br />                }</code></p>
<p>Thanks!</p>]]></description>
          <pubDate>Mon, 14 Apr 2014 13:48:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233718#post2233718</guid>
        </item>
              </channel>
    </rss>
  