For Programmers: Free Programming Magazines  


Home > Archive > PHP SQL > September 2005 > HTML - EMAIL Problem









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author HTML - EMAIL Problem
Dave

2005-09-23, 6:58 pm

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

Andy Hassall

2005-09-24, 7:56 am

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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com