<?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>Thu, 23 May 2013 01:15:35 -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>
    <item>
      <title><![CDATA[WebCheatSheet.com: Two New Tutorials - Database Export & Sending Email]]></title>
      <guid>http://www.phpdeveloper.org/news/7252</guid>
      <link>http://www.phpdeveloper.org/news/7252</link>
      <description><![CDATA[<p>
<a href="http://www.webcheatsheet.com/">WebCheatSheet.com</a> has two new tutorials posted today - one dealing with the export of a database schema in an XML format and the other about sending emails from PHP.
</p>
<p>
Here's <a href="http://www.webcheatsheet.com/php/export_database_schema_xml.php">a link to</a> the first article.
</p>
<blockquote>
Sometimes it can be useful to have a dump of the current database schema. This script reads the schema from a MySQL database and outputs XML that describes the schema.
</blockquote>
<p>
And <a href="http://www.webcheatsheet.com/php/send_email_text_html_attachment.php">a link to</a> article number two.
</p>
<blockquote>
So, you want to send automated email messages from your PHP application. This can be in direct response to a user's action, such as signing up for your site, or a recurring event at a set time, such as a monthly newsletter. Sometimes email contains file attachments, both plain text and HTML portions, and so on. To understand how to send each variation that may exist on an email, we will start with the simple example and move to the more complicated.
</blockquote>]]></description>
      <pubDate>Fri, 09 Feb 2007 12:36:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[DevArticles: Sending Email with AJAX - Interacting with the Server]]></title>
      <guid>http://www.phpdeveloper.org/news/4769</guid>
      <link>http://www.phpdeveloper.org/news/4769</link>
      <description><![CDATA[DevArticles has posted the <a href="http://www.devarticles.com/c/a/HTML/Sending-Email-with-AJAX-Interacting-with-the-Server/">last part</a> in their "Sending Email with Ajax" series today - an explaination of the last piece of the puzzle, server-side interaction.
<p>
<quote>
<i>
Welcome to the last tutorial of the series "Sending email with AJAX." As you may have guessed regarding the title, this three-part series explains the development of a fairly simple AJAX-driven email client application, which offers some interesting capabilities for sending email, as well as for displaying and adding contacts, all without the need to involve page reloads.
</i>
</quote>
<p>
They <a href="http://www.devarticles.com/c/a/HTML/Sending-Email-with-AJAX-Interacting-with-the-Server/">start off</a> with a quick recap of the previous parts, and move quickly on to the script you'll need to accept the Ajax messages from the client (in this case, PHP). They show you how to have it add a contact to an XML file and send off the message to the server to be handled through PHP's mail() function...]]></description>
      <pubDate>Tue, 31 Jan 2006 12:09:58 -0600</pubDate>
    </item>
  </channel>
</rss>
