This is a discussion on "HTML Email Problem!?!?!?" within the Web Page Design section. This forum, and the thread "HTML Email Problem!?!?!? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
HTML Email Problem!?!?!?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
HTML Email Problem!?!?!?
I'm trying to send an html email and have no idea where I'm going wrong. I've tried using outlook (with email format set as html) and hotmail to send it but am not having any joy - the code just shows up
I've tried with having all the <html> tage around everything as if it's a webpage, will not work, even if I just have a single link or heading it still won't work |
|
|
|
||||
|
Re: HTML Email Problem!?!?!?
Google is your very best friend...
http://www.sitepoint.com/article/cod...il-newsletters so go give Google a big hug! BUT! I would suggest really rethinking why you are writing this email in html. see... http://www.georgedillon.com/web/html..._is_evil.shtml Hope this helped! |
|
|||
|
Re: HTML Email Problem!?!?!?
Thanks, but it's the email not displaying in html that seems to be the problem, just the code shows up and not in html as it should, that's why I'm so confused.
If anyone has got a html email example of exactly what I should put into the "new message" screen it would help alot, but as I said, not even a link or h1 are showing up as html for me I'm against html email too, but sadly a client wants it |
|
||||
|
Re: HTML Email Problem!?!?!?
How did you build it? e-mail clients have crappy css support etc.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: HTML Email Problem!?!?!?
I'm trying to just paste the code into outlook as a new message eg:
<html> <head> <title>hello</title> <body> <h1>Hello</h1> </body> </html> That's exactly what I'm posting into the new message window, and I'm sure it worked fine for me before with the message format set to html, but as I said it's just the code that's being sent. Am I doing something wrong? |
|
||||
|
Re: HTML Email Problem!?!?!?
Nope, you need to use some sort of mailer, while in Outlook you can do send as HTML blah blah I wouldn't rely on it, you also need to test in hotmail, gmail, yahoo! etc..
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: HTML Email Problem!?!?!?
This is proper annoying me now, I've even downloaded a html email template so I know the code must be right, but even if I send by hotmail and open in hotmail or outlook, it still opens as text and not html
What am I doing wrong?? |
|
||||
|
Re: HTML Email Problem!?!?!?
You need an HML e-mailer like dreammail or something. Probably some free php ones etc too. Also any images need to be hosted on a server and linked that way etc.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: HTML Email Problem!?!?!?
You need to use a program especially set up for broadcasting HTML email.
As well as sending the email you also need to think about how you handle things like unsubscribe requests and bounces etc etc. If you want some more help send me a PM or email phil_monk2004@yahoo.co.uk and I would be more than happy to help. I do it everyday - its my job !!!!! |
|
|||
|
Re: HTML Email Problem!?!?!?
Thanks very much for the help guys, I used Dreammail - thanks for recommending it - and I think it's sorted me out now, it was just a simple email newsletter so I'll know what to do in the future
Thanks again |
|
|||
|
Re: HTML Email Problem!?!?!?
Glad you got it sorted
|
|
||||
|
Re: HTML Email Problem!?!?!?
BTW you may want to do some reading as M$ has reverted Outlook in Office 2007 to the Word Engine and stripped out the IE engine thus limiting it to basic HTML and CSS lvl 1 support. Yay MS!
http://msdn2.microsoft.com/en-us/library/aa338201.aspx
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
![]() |
| Tags |
| email, html, outlook |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Html email link to outlook | fr33sty13 | Web Page Design | 3 | May 25th, 2008 16:53 |
| html email? | sambkk | Graphics and 3D | 2 | Mar 25th, 2008 08:33 |
| html email newsletters help please! | milly | Starting Out | 15 | Sep 30th, 2007 03:19 |
| Getting form results to email as an .html | griffster122 | Starting Out | 1 | May 29th, 2007 01:44 |
| Multiple email reciepents with html form | smokieisgod | Web Page Design | 3 | Oct 15th, 2005 22:40 |