Hello all and thanks in advance, I am attempting to add an image in an email that is generated from php.
Here is the php code
$ttext = "
Hello,
$_POST[name], whose email address is $_POST[email] thought you may be interested in this event.
$_POST[refurl]
$_POST[name] Has left you a personal note.
$_POST[note]
$_POST[name] sent this information from www.communitychapel.net.
<img>http://www.communitychapel.net/assets/Map.jpg</img>
We look forward to your visit!
";
the email shows the html code fro the link,
thanks again