News Feed
Jobs Feed
Sections




News Archive
Derick Rethans' Blog:
Parsing Mail with PHP
April 04, 2006 @ 06:48:58

If you've ever wanted to be able to send an email to an account and have PHP pick it up and parse it, this new post from Derick Rethans is exactly what you're looking for. It's based around the alpha release of a Mail component PEAR package, part of the eZ family.

Many PHP applications require to parse e-mail messages. For example bug systems and ticket systems that want to allow input by e-mail. For sending e-mail there are already decent implementations, ones that even allow sending multi-part and mixed text/html messages with attachments and so on.

He gives an example of how the component can be used to grab the mail from a remote POP3 server and display the parsed results with a few echo statements. Getting different values in the mail messages is made simple and is as easy as using structures like "$mail->to->email" or "$mail->body" to reference the content you want.

0 comments voice your opinion now!
parse mail ez component pear package alpha parse mail ez component pear package alpha


blog comments powered by Disqus

Similar Posts

PHP-GTK Community Site: Gul 2.0 on the way

Padraic Brady's Blog: Installing PHP 5.3.1 On Ubuntu 9.10 (Karmic Koala) With aptitude/apt-get

Lukas Smith's Blog: PHP 5.3.0alpha2 is released

Oracle: PHP RPMs for Oracle (PHP 5.2.3)

Sandro Groganz's Blog: eZ develops PHP application server


Community Events











Don't see your event here?
Let us know!


series phpunit release interview language community database framework api code functional introduction zendframework2 application opinion podcast development example testing composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework