Mailing List Management
Results 1 - 7 of 7
PHP: Sending Email (Text/HTML/Attachments)
So, you want to send automated email messages from your PHP application. This can be in direct response to a user's action, such as signing up for your site, or a recurring event at a set time, such as a monthly newsletter. Sometimes email contains file...
(show more)
ListMaster
ListMaster is system that allows for bulk e-mailing. It's an easy way to keep in touch with your current customers to let them know about the things that are going on in your business. It's especially useful when used to keep you ahead of your...
(show more)
Sending Mail to Multiple Users
This tutorial explains how to send email to multiple users whose email addressed stored in a Mysql database.
Building an Opt-in Email List
This helpful tutorial shows you how to build an opt-in email list in PHP. It covers validating email addresses, checking for duplicate email addresses, adding to a mailing list, and changing a strings case.
Sending Mail To The Mail List
In this tutorial, you will learn to create the admin send mail form. It shows you how to use a loop to send the mail instead of simply separating the cc email addresses by commas. It also allows you to choose to send to everyone on the list, or send to...
(show more)
Using Loops to Send Mail to Multiple Recipients
This tutorial with revised code shows you how to send email to multiple recipients using loops.
TD Subscribe Mail Script
Explains how to link to inside every opt-in mail list email to allow subscribers to easily and automatically unsubscribe from the list.
