<?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>Mon, 20 May 2013 03:11:48 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Handling Attachments in MIME Email with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10620</guid>
      <link>http://www.phpdeveloper.org/news/10620</link>
      <description><![CDATA[<p>
DevShed has posted the <a href="http://www.devshed.com/c/a/PHP/Handling-Attachments-in-MIME-Email-with-PHP/">second part</a> of their series looking at handling MIME attachments in PHP generated emails today. This time they focus on the modification of their PHP4 class to make sending the emails easy.
</p>
<blockquote>
In this second tutorial of the series, I'm going to teach you how to improve the initial structure of the MIME mailer class developed in the first article by giving it the ability to work directly with attachments. Sounds fairly interesting, right? Then don't waste any more time in preliminaries and begin reading this article now!
</blockquote>
<p>
They <a href="http://www.devshed.com/c/a/PHP/Handling-Attachments-in-MIME-Email-with-PHP/1/">refresh</a> you on the code from the former tutorial and show you how to modify it to work with more than just the simple plain-text attachment like before (with binary information, things like JPEGs, PDFs and other text formats like XML and HTML).
</p>]]></description>
      <pubDate>Wed, 16 Jul 2008 12:58:17 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Syntux: eZ components]]></title>
      <guid>http://www.phpdeveloper.org/news/6023</guid>
      <link>http://www.phpdeveloper.org/news/6023</link>
      <description><![CDATA[<p>
On his blog today, <i>Ammar Ibrahim</i> <a href="http://syntux.net/blog/2006/08/14/ez-components-mail-to-save-the-day/">relays a story</a> of how the Mail component from the eZ component frameowrk "saved the day" for a project he was working on.
</p>
<blockquote>
<p>
A few days ago I was asked to develop a simple script for a solidarity campaign. The idea is that people send their photos as attachements to some email. The script would download all images attached and insert a record for that in the database.
</p>
<p>
I got introduced to <a href="http://ez.no/products/ez_components">eZ components</a> during my last visit to Norway to attend the eZ systems conference. I decided to give it a shot, and oh boy it's just amazing, probably the cleanest and simplest API ever.
</p>
</blockquote>
<p>
The Mail attachment provided <a href="http://syntux.net/blog/2006/08/14/ez-components-mail-to-save-the-day/">all that he needed</a>, and he includes the script (about 50 lines long) that he used to fetch the emails. He did have one issue with the ability to fetch a single email with the tool, but he managed to hack around it (script included as well).
</p>]]></description>
      <pubDate>Mon, 14 Aug 2006 07:39:14 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[IBM developerWorks: Craft a Webmail interface for PHP applications]]></title>
      <guid>http://www.phpdeveloper.org/news/5659</guid>
      <link>http://www.phpdeveloper.org/news/5659</link>
      <description><![CDATA[<p>
In <a href="http://www-128.ibm.com/developerworks/edu/os-dw-os-php-webmail.html?ca=drs-">this new tutorial</a> from the IBM developerWorks site, they take a look at the development of a webmail interface with the help of PHP.
</p>
<blockquote>
You know how to get users to interact with a PHP application using a Web form, but sometimes e-mail is just more convenient. Maybe your users are using small devices like cell phones or interacting in a way that's not real time, such as subscribing to an e-mail list. Find out how to read and send e-mail by building a PHP Webmail application.
</blockquote>
<p>
They <a href="http://www-128.ibm.com/developerworks/edu/os-dw-os-php-webmail.html?ca=drs-">cover</a> connecting to the server, grabbing the information from a specific email inbox, pulling the data for a single message, deleting emails, getting a list of the current emails, and how to work with attachments and multipart MIME messages.
</p>
<p>
You'll need to log in to get to it, but it's a great example of how to work with email in PHP (more than just sending them with mail() or PEAR's mailer package).
</p>]]></description>
      <pubDate>Thu, 22 Jun 2006 09:29:33 -0500</pubDate>
    </item>
  </channel>
</rss>
