Helping ordinary people create extraordinary websites!
HOME TUTORIALS SCRIPTS WEB HOSTING BLOG FORUM
Get Our Newsletter
Email:

How To Send Email With Perl, Part II

By Will Bontrager
2004-06-09


Still To Come

Still to come in this tutorial:

~~ Obtaining the email content from a file instead of
embedded in the script. (You'll be able to change
the emails without modifying the script.)

~~ The ability to send both text and HTML formatting
in the same email, so those with HTML email readers
see the HTML content and those with plain text
readers see the plain text content.

~~ The ability to send email with one or more
attachments.

~~ The ability receive and process email sent to an
email address like subscribe@domain.com

Watch for additional installments.

Tutorial Pages:
» How To Send Email With Perl, Part II
» Overview
» 1. Form Field Values
» 2. Checking For Required Fields
» 3. Sending the Email
» 4. The ThankYou Page
» An Example Auto-responder's Web Page Form
» Still To Come


Copyright 2004 Bontrager Connection, LLC


 | Bookmark
Related Tutorials:
» Random subroutines in Perl
» Log Script Use
» Creating Perl Modules for Web Sites
» Bit Vector, Using Perl Vec
» Build a Perl/CGI Voting System
» Perl Range Operator