Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

DevShed:
Sending MIME Email with PHP
Jul 10, 2008 @ 13:49:20

In this new tutorial on DevShed Alejandro Gervasio explains how to send emails from PHP with MIME payloads attached.

One of the most common tasks that a PHP programmer has to tackle is the development of applications that send MIME email in one form or another. In simple terms, MIME email consists of an extension of traditional email technology and comes in handy for sending email messages in fancy HTML and handling file attachments in a wide variety of formats.

In this first part of the series he just lays the groundwork - creating the mailer class they'll use for the series and using it to send a sample email (a basic message with a plain text MIME block).

tagged: mime email tutorial payload class binary

Link:


Trending Topics: