[thelist] php mail html newsletter

Dan Romanchik dan at danromanchik.com
Wed Apr 13 09:14:02 CDT 2011


I use phplist to administer a small (~250 addresses) e-mail list. It works great for me.

Dan Romanchik
Independent PHP Developer
www.webpublishinggroup.com


On Apr 1, 2011, at Apr 1,9:25 PM, Mohan Arun wrote:
> Message: 1
> 
>> I'm looking through options to manually process an email list stored in a
> MySQL table and
>> send an embeded HTML newsletter to list members.  I'd like to get away from
> using a >program or application if possible and implement a php script.  I'm
> googling for scripting >options as well. Does anyone have a ready-made
> script that you're willing to share?  Or >point me to a tutorial.  Thx.
>> -Bob
> 
> Hello Bob,
> 
> Here's a ready-made script
> http://code.web-max.ca/misc_htmlemail.php
> Also:
> http://dev-tips.com/featured/send-hassle-free-and-dependable-html-emails-with-php
> Simply put similar code inside an iteration of email addresses
> usig for each loop or equivalent.
> 
> You could better if you take export of the names and emails
> from the database and use third party to process the email list.
> 
> For less than 500 email addresses here's a free option
> http://sendloop.com/
> 
> Mailchimp lets you send up to 2000 email addresses for free.
> 
> Can also use this
> phplist.com
> 
> Or use Amazon SES (Simple Email Service)
> http://www.websitemagazine.com/content/blogs/posts/archive/2011/01/25/amazon-introduces-new-email-service-for-businesses.aspx
> 
> ------------------------
> - Mohan Arun
> Blog: http://mohanarun.com
> Tweets: http://twitter.com/437341


More information about the thelist mailing list