Jump to content

Advance Mail - Mail with attach & HTML Mail


adyre

Recommended Posts

It's all about the headers. For HTML mail:

[code]$headers  = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";[/code]

As for attachments, you might want to look at this:
[a href=\"http://www.finalwebsites.com/snippets.php?id=36\" target=\"_blank\"]http://www.finalwebsites.com/snippets.php?id=36[/a]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.