|
This tutorial will show you
Tired of sending those drab
how to send email in
textual notifications and
PHP. Firstly it'll go
newsletters to your friend
over the basics of how the
and clients? Ever wanted to
Simple Mail Transfer
send attachments and/or HTML
Protocol (SMTP) works, then
embedded email. The answer
how to send email using
is MIME. This article
PHP.
After that it will
explains the basics of MIME,
show you how to send HTML
creating MIME-compliant
emails in PHP (instead of
messages and then ends with
just plain text
a working class
emails).
Finally, it will
implementation of sending
introduce you to an email
MIME complaint email in
class from the PEAR
PHP. Note that
repository which will make
references to calling
your life much easier for
script, caller etc. denote
sending emails, and allow
the script that uses the
greater functionality such
class we are about to
as including attachments in
develop and client/MUA etc.
your email.
denote a mail reading client
or mail user agent.
Date: Aug, 05 2003 Date: Aug, 11 2000 |