Posted by Andy Hassall on 10/14/13 11:27
On Fri, 23 Sep 2005 10:30:25 -0500, me@here.com (Dave) wrote:
>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.
Wrong newsgroup, try comp.lang.php. [Followup-to header set to comp.lang.php]
You'll have to be more specific about what problems you're having as well to
get a good answer.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Navigation:
[Reply to this message]
|