News Feed
Jobs Feed
Sections




News Archive
Developer.com:
Sending Email with PHP
November 05, 2008 @ 07:58:47

On the Developer.com website today, Jason Gilmore has a new tutorial covering a important feature of any based PHP install (unless disabled, of course) that is widely taken advantage of - sending emails.

Email plays a crucial role in website development, whether you'd like to confirm a new registrant's email address, recover a lost password, or provide prospective clients with a convenient means to contact you. [...] In this tutorial, I'll introduce you to several solutions for sending email using PHP, including PHP's native mail() function, PEAR's Mail package, and the Zend Framework.

He starts with some of the fundamentals of mail - the difference between POP3 and SMTP, Sendmail, etc - before moving on to an example of the mail function's usage. He does the same with the PEAR Mail package and the Zend_Mail component of the Zend Framework.

1 comment voice your opinion now!
send email mail pear zendmail zendframework tutorial


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: Simple Zend_Layout Example

Andrew Podner: Using Stackato for PHP Applications in a Private PaaS

DevShed: Loading XML Strings with simpleXML in PHP 5

Eran Galperin's Blog: Profiling queries with Zend_Db and optimizing them by hand

DevShed: Decoupling the Validation of Data with Bridge Classes in PHP 5


Community Events











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


podcast interview unittest example framework opinion development zendframework2 language community api functional series composer conference tool introduction code testing release

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