php + hml email
Posted: Mon Nov 07, 2005 8:55 am
Hi,
I am prooducing a script where I send a html email on a trigger.
At the moment I have the html embedded into the script, e.g.
is it possible to design a html email externally then include it into the script,
e.g.
thanks in advance
I am prooducing a script where I send a html email on a trigger.
At the moment I have the html embedded into the script, e.g.
Code: Select all
$message = '<html><body><H1>......etc'e.g.
Code: Select all
$message = include('email.php');