• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Help mass emailing HTML

JonnyH

The Hosting Tool
NLC
I got my self a problem. How do I mass mail a HTML page? I've got all the HTML Code I need for the email it's self its just emailing it so it doesn't show just code.
 
if php, you need to state in the headers that it is html

$headers .= "Content-type:text/html;charset=iso-8859-1" . "\r\n";
 
Haven't got a board to look at, but you need to set it to send specifically html emails instead of plain text ones.....it'll be about somewhere mybb is a pleasure to administer .....
 
I guess it depends...

try to work arround the limitations. some can. :angel:

I would google with some patiente on the situation.
 
Last edited:
Back
Top