This tutorial will show you
This HOWTO shows some ways of
Ever been spammed on from
Sending an HTML e-mail
how to send email in PHP.
how you can fool email
posting your email address
message is easy from your
Firstly it'll go over the
spiders to not detect
on a website? Well, here's a
client, but it can be tricky
basics of how the Simple
published email addresses.
method we like to use that
from a PHP script. This
Mail Transfer Protocol
prevents those web spiders
article explains how.
(SMTP) works, then how to
from picking your users
send email using
email up and spamming them.
PHP.
After that it will
show you how to send HTML
emails in PHP (instead of
just plain text
emails).
Finally, it will
introduce you to an email
class from the PEAR
repository which will make
your life much easier for
sending emails, and allow
greater functionality such
as including attachments in
your email.
Date: Aug, 05 2003 Date: May, 27 2003 Date: Dec, 16 2002 Date: Mar, 12 2001 |
Tired of sending those drab
This 2-page tutorial explains
This tutorial shows you how
textual notifications and
how to send an email message
to use PHP to make a quick,
newsletters to your friend
to someone or multiple
simple and effective IMAP or
and clients? Ever wanted to
people using the PHP mail
POP mail reader. The
send attachments and/or HTML
function and sendmail.
tutorial includes 3 short
embedded email. The answer
PHP scripts that allows you
is MIME. This article
to access and read your
explains the basics of MIME,
email from anywhere in the
creating MIME-compliant
world via your web browser.
messages and then ends with
a working class
implementation of sending
MIME complaint email in PHP.
Note that references to
calling script, caller etc.
denote the script that uses
the class we are about to
develop and client/MUA etc.
denote a mail reading client
or mail user agent.
Date: Aug, 11 2000 Date: Feb, 24 2000 Date: Dec, 14 1999 |