Hi all,
I'm looking to set-up a way of a company sending out individual styled HTML emails similar to an insurance quotation.
Sending HTML email through your won server seems to bring its own problems but does anyone have any recommendations for software or a service similar to say MailChimp or CampaignMonitor that sends out individual emails to customers without charging a flat-rate delivery for each mail out?
Page 1 of 1
HTML Email 'Quotation-style' How do you do it or What type of software?
#2
Posted 25 March 2010 - 05:08 PM
Have you got your mail headers set to text/html ? E.g. add the following headers to PHP's mail function to send a html mail:
$headers .= 'MIME-Version: 1.0' . "\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\n"; $headers .= "From: noreply@domain.com" . "\n";
Share this topic:
Page 1 of 1
Help














