Posted by Dave on 09/30/25 11:27
I'm having a problems sending out graphics in an HTML email.
The headers are;
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= "Content-Transfer-Encoding: 7bit\r\n";
$headers .= "From: " .$from . "\r\n";
I can send HTML emails with other tags working (H1 etc) but can't get absolute
links or styles to work either.
Any help would be appreciated.
Thanks,
David
dareid5@hotmail.com
Navigation:
[Reply to this message]
|