Web Design Forum: HTML Email 'Quotation-style' - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

HTML Email 'Quotation-style' How do you do it or What type of software? Rate Topic: -----

#1 User is offline   kelso1983 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 37
  • Joined: 29-October 08
  • Reputation: 0
  • Experience:Intermediate
  • Area of Expertise:Web Designer

Posted 25 March 2010 - 01:58 PM

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?
0

#2 User is online   rallport 

  • Web Guru
  • PipPipPipPipPip
  • Group: Members
  • Posts: 3,814
  • Joined: 03-January 10
  • Reputation: 266
  • Gender:Male
  • Location:England, UK
  • Experience:Advanced
  • Area of Expertise:Web Developer

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";

0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users