News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
DevShed:
A MIME Mailer Class
January 04, 2006 @ 09:01:09

On DevShed today, there's a new tutorial that seeks to show you how to create a MIME mailer class in PHP.

This article outlines the design of a PHP class for sending email with attachments. Everything you need to do this is supplied by the core PHP system, so nothing additional (such as non-bundled extensions) should be needed save for the required set up and connection between PHP and a SMTP mail package such as Sendmail or Postfix.

For details on setting up Sendmail and PHP, read through the appropriate section of the PHP manual. If you are already using the mail() function in PHP, you are ready to go right now.

They start off simple, creating the basic framework of the mailer class - to, from, subject, etc. From there, they build the header creation function to input the right information. Then, it's on to the heart of the matter - the "add attachment" function, and the "determine mime type" function". From there, the rest is simple...

1 comment voice your opinion now!
php mime mailer class attachment php mime mailer class attachment




Similar Posts

WebReference.com: How to Interact with Web Forms (Part 1)

Sean Coates\' Blog: Security and...Driving? (and Hiring)

Bnnx.com: Installing the Zend Optimizer

Craig Freshwater\'s Blog: Using PHP for Website Navigation, Explained

Rob Allen's Blog: Goodbye Zend.php


Community Events









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


PEAR example book conference package release zendframework cakephp developer job application framework security database zend code mysql PHP5 ajax releases

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