Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP Newsletter Mailer

Status
Not open for further replies.

DGK101

Programmer
Jan 9, 2003
33
ZA
Hi There,

I have a website with a mysql backend filled with about 2000 subscribers' details.

What I would like to do is send out a weekly newsletter to all those subscribers by designing an HTML template and then personalizing it(with info like "name" from my Mysql DB) and sending the HTML document out to my subscribers.

How would i go about designing something like this in PHP? Any help or direction to some scripts would be GREATLY appreciated...

Thanks,
D
 
For the mailing portion I strongly recommend to get the PHPMailer class from sourceforge. It will handle all the MIME encoding etc. for a multipart mail:

The rest is just easy template handling. Use placeholders and regular expressions to replace them in the text.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top