<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 19 Jun 2013 13:21:08 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Danne Lundqvist's Blog: Problem sending mail with PHP mail function]]></title>
      <guid>http://www.phpdeveloper.org/news/7636</guid>
      <link>http://www.phpdeveloper.org/news/7636</link>
      <description><![CDATA[<p>
In a <a href="http://www.dotvoid.com/view.php?id=73">new post</a> on the Dotvoid.com blog today, <i>Danne Lundqvist</i> talks about some of the issues he's had with the <a href="http://www.php.net/mail">mail function</a> in PHP. Specifically, it's about the mails being set but not making it to their destinations.
</p>
<blockquote>
Instead I have used a PHP class that allows me to send emails using a remote smtp server using an account on that server. This has been a good solution for my setup anyways. A few days ago a <a href="http://www.2good.nu/">friend of mine</a> was asked to investigate the very same problem for a client.
</blockquote>
<p>
As it turns out, the solution to their problem was pretty simple - a conflict between the sendmail_from in the php.ini and the "From" passed into the mail function call. A simple ini_set resolved the issue and kept the spam filters from catching and blocking the message.
</p>]]></description>
      <pubDate>Tue, 17 Apr 2007 08:24:00 -0500</pubDate>
    </item>
  </channel>
</rss>
