| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Iris Folder
Join Date: Apr 2003
Location: smokey
Posts: 2,672
|
email... of the HTML variety.
A client is producing an html marketing campaign (don't worry it's targeted and won't end up anywhere near you guys After experimenting for a while it seems that many email clients forward the email with at least some success while web based email services have some difficulty. The problem appears to lie with the email header contents, the content type value keeps changing to plain text as opposed to text/html. Is there any way I can alter this (I realise it's probably down to the client etc ) or am I stuck? the mac mail client also seems to loose the links when forwarded (they work but will not change the cursor when rolled over and are no longer underlined) any suggestions ??? |
|
|
|
|
|
#2 (permalink) |
|
Barney army!
Join Date: Mar 2003
Location: London
Posts: 696
|
Probably down to the client. At the end of the day, you can't force people to view HTML e-mail. Luke Redpath .::. Software Engineer .::. Reevoo - Real Reviews From Real Customers
|
|
|
|
#3 (permalink) |
|
Iris Folder
Join Date: Apr 2003
Location: smokey
Posts: 2,672
|
It's not the forcing (obviously if preferences etc are set then that's up to the user + it is an opt in promotion) it's the fact that the header is changed by the client on forwarding, nothing to do with the actual viewing of the email... kinda like striping the <?php ?> tags from a php script. Buggers it and renders it useless for purpose. |
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Jun 2003
Location: somewhere between enlightenment and stupidity
Posts: 34
|
Send out multi-mime encoded emails, with both the html and txt in there. Most web services will try and display the plain txt format by default, only plumping for html if no other alternative. |
|
|
|
#5 (permalink) |
|
volkswagen yellow & gold
Join Date: Apr 2003
Location: london, england.
Posts: 6,214
|
webmail progs will strip out your <body> tag b'cos its already read one <body> tag and that's to show the page that you're viewing already (issat clear?). so when you forward it on, its not gonna know that its meant to be HTML. so...outside of your <body>content</body> tag include plain text like gate says above. then at least people will be able to view something legible. remember, email marketing is a bitch. there's so many mail clients and webmail progs out there that you're never gonna be able to test on everything. |
|
![]() |