Forum Moderators: coopster

Message Too Old, No Replies

Sending marketing newsletters

how do you do them?

         

Habtom

11:59 am on Jun 6, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



how do you guys send out marketing newsletters? Any PHP scripts? Do you do it HTML based or just text?

Habtom

bsterz

12:00 pm on Jun 6, 2007 (gmt 0)

10+ Year Member



We do HTML with a text counterpart for non-html browsers. We use our server for < 500 and another party for more than that. We only email subscribers to our newsletters.

barns101

12:11 pm on Jun 6, 2007 (gmt 0)

10+ Year Member



We send ~1500 HTML emails using a while() loop and mail(). Not the best solution but we don't have access to sendmail.

I plan to add a text version at some point, too.