Connecting Tech Pros Worldwide Forums | Help | Site Map

Problems with System.Mail Class

Calvin
Guest
 
Posts: n/a
#1: Nov 17 '05
In short, I've written a newsletter component which sends out an HTML email.
However, whilst everything seems to work fine if email is downloaded onto a
windows pc, the same email doesn't download images/format correctly on mac
in entourage.

I create the HTMl page as normal, with images given relative links... such
as

<img src="images/someimage.jpg" />

likewise, the css file is linked with relative path...

Then in code-behind I set the UrlContentBase property to the webroot.

Any idea why this doesn't work in Entourage 2004 for Mac??


Calvin
Guest
 
Posts: n/a
#2: Nov 17 '05

re: Problems with System.Mail Class


Infact... it just hasn't worked at all properly. When I print out the
windows email, the Mac output is produced...

Is there anyway around this... or do I just include full path details in the
message??


On 21/6/05 6:02 pm, in article
BEDE06CA.2814%calvin@discussions.microsoft.com, "Calvin"
<calvin@discussions.microsoft.com> wrote:
[color=blue]
> In short, I've written a newsletter component which sends out an HTML email.
> However, whilst everything seems to work fine if email is downloaded onto a
> windows pc, the same email doesn't download images/format correctly on mac
> in entourage.
>
> I create the HTMl page as normal, with images given relative links... such
> as
>
> <img src="images/someimage.jpg" />
>
> likewise, the css file is linked with relative path...
>
> Then in code-behind I set the UrlContentBase property to the webroot.
>
> Any idea why this doesn't work in Entourage 2004 for Mac??
>[/color]

Chad Z. Hower aka Kudzu
Guest
 
Posts: n/a
#3: Nov 17 '05

re: Problems with System.Mail Class


Calvin <calvin@discussions.microsoft.com> wrote in
news:BEDE0BE6.2820%calvin@discussions.microsoft.co m:[color=blue]
> Is there anyway around this... or do I just include full path details
> in the message??[/color]

HTML emails are very tricky to get right on all clients. See the Knowledge base here:
http://www.indyproject.org/


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Get your ASP.NET in gear with IntraWeb!
http://www.atozed.com/IntraWeb/
Closed Thread