14
Apr

What Does The Future Hold For PEAR?

PEAR Logo    With PHP 5.3 just over the horizon, I decided to see how well prepared WorkXpress was. Our coding standard is pretty strict and was developed to ensure that our application conforms to E_STRICT standards. However, we all know that some things are inevitably going to fall through the cracks.

15
Nov

Sending Mail In PHP Through SMTP

    Sending mail is a common task for many applications today.  Whether sending mail through a webform or as an automated tasks, sending mail can be simple using PHP and PEAR.  Using the sendMail() function below, you can send HTML formatted mail through any smtp server.

    Update March 11, 2009: Removed the demo since GoDaddy does not support external SMTP servers.
    Update July 06, 2009: Updated variables for the usage example to be less confusing.  Thanks to David for pointing this out.

Subscribe to RSS - PEAR