<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>swiftMailer does not send mail...</title>
        <link>https://interactivetools.com/forum/forum-posts.php?swiftMailer-does-not-send-mail___-80648</link>
        <description></description>
        <pubDate>Fri, 15 May 2026 13:15:23 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;swiftMailer-does-not-send-mail___-80648" rel="self" type="application/rss+xml" />

                <item>
          <title>swiftMailer does not send mail...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239323#post2239323</link>
          <description><![CDATA[<p>Hi Djulia, </p>
<blockquote>
<p>Do you think that it is possible to add NULL for the additional_parameters in CMSB?</p>
</blockquote>
<p>You could customize your version of CMS Builder so that it has this parameter in. </p>
<p>I'll pass this issue on to Dave, I don't think we'd add this fix into the current release of CMS Builder, as the oldest version of PHP it supports is version 5.5 or later, and Safe Mode was removed from version 5.4 of PHP:</p>
<p><a href="http://php.net/manual/en/ini.sect.safe-mode.php#ini.safe-mode" rel="nofollow">http://php.net/manual/en/ini.sect.safe-mode.php#ini.safe-mode</a></p>
<p>You could also try asking your host to disable PHP Safe Mode to resolve the issue.</p>
<p>Thanks,</p>
<p>Greg</p>]]></description>
          <pubDate>Mon, 08 Aug 2016 10:42:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239323#post2239323</guid>
        </item>
                <item>
          <title>swiftMailer does not send mail...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239316#post2239316</link>
          <description><![CDATA[<p>I think that it is a problem with <em>sendmail_path</em> on server (or <em>sendmail</em>).<br /><br />This works :</p>
<p>mail('name@domain.com', 'My subject', 'My message...', null, null);</p>
<p>not this :</p>
<p>mail('name@domain.com', 'My subject, 'My message...', null, '-fname@domain.com');</p>
<p>Do you think that it is possible to add NULL for the additional_parameters in cmsB?</p>
<p>Thanks!</p>
<p>Djulia</p>]]></description>
          <pubDate>Fri, 05 Aug 2016 15:11:12 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239316#post2239316</guid>
        </item>
                <item>
          <title>swiftMailer does not send mail...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239314#post2239314</link>
          <description><![CDATA[<p>In fact, the function mail() works correctly on the server. It is a problem only with SwiftMailer.</p>
<p>Thanks, Djulia</p>]]></description>
          <pubDate>Fri, 05 Aug 2016 14:31:23 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239314#post2239314</guid>
        </item>
                <item>
          <title>swiftMailer does not send mail...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239313#post2239313</link>
          <description><![CDATA[<p>I also found this post :<br /><a href="https://groups.google.com/forum/#!topic/swiftmailer/RrJOTOm7ssQ" rel="nofollow">https://groups.google.com/forum/#!topic/swiftmailer/RrJOTOm7ssQ</a></p>]]></description>
          <pubDate>Fri, 05 Aug 2016 14:21:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239313#post2239313</guid>
        </item>
                <item>
          <title>swiftMailer does not send mail...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239311#post2239311</link>
          <description><![CDATA[<p>Thanks for the extra details. I'd recommend creating a test script that uses the PHP mail function to send an email directly to yourself:</p>
<p><code>&lt;?php<br />// the message<br />$msg = "First line of text\nSecond line of text";<br />// use wordwrap() if lines are longer than 70 characters<br />$msg = wordwrap($msg,70);<br />// send email<br />mail("your@email.com","My subject",$msg);?&gt;</code></p>
<p>You'll need to replace your@email.com with your own email address in the script above. </p>
<p>If you don't receive the test message after running the script, it's likely that there is an issue with the server itself.</p>
<p>Cheers,</p>
<p>Greg</p>]]></description>
          <pubDate>Fri, 05 Aug 2016 14:10:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239311#post2239311</guid>
        </item>
                <item>
          <title>swiftMailer does not send mail...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239310#post2239310</link>
          <description><![CDATA[<p>Hi Greg,</p>
<p>There is no error message. But the message is not sent.<br /><br />This post helped me to find the origin :<br /><a href="http://stackoverflow.com/questions/10617552/swiftmailer-does-not-send-mail-why" rel="nofollow">http://stackoverflow.com/questions/10617552/swiftmailer-does-not-send-mail-why</a></p>
<p>I am on a new server, I think as it is related to the configuration of this server and safe_mode.</p>
<p>Thanks!</p>
<p>Djulia</p>]]></description>
          <pubDate>Fri, 05 Aug 2016 14:05:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239310#post2239310</guid>
        </item>
                <item>
          <title>swiftMailer does not send mail...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239306#post2239306</link>
          <description><![CDATA[<p>Hey Djulia, </p>
<p>I've not seen this issue before, what error message are you receiving when the message is sent? </p>
<p>Thanks,</p>
<p>Greg</p>]]></description>
          <pubDate>Fri, 05 Aug 2016 12:53:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239306#post2239306</guid>
        </item>
                <item>
          <title>swiftMailer does not send mail...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239301#post2239301</link>
          <description><![CDATA[<p>Hi,</p>
<p>I have a problem with SwiftMailer. Impossible to send with the option PHP Mail().<br /><br />The function works again if I modify SimpleMailInvoker.php (line 34):</p>
<p><code>if (!ini_get('safe_mode')) {<br />   return @mail($to, $subject, $body, $headers, $extraParams);<br /> }</code></p>
<p>to</p>
<p><code>if (!ini_get('safe_mode')) {<br />    return @mail($to, $subject, $body, $headers);<br /> }</code></p>
<p><strong>$headers</strong> seems to be the origin.</p>
<p>Do you have an idea?</p>
<p>Thanks!</p>
<p>Djulia</p>]]></description>
          <pubDate>Fri, 05 Aug 2016 09:34:43 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239301#post2239301</guid>
        </item>
              </channel>
    </rss>
  