HTML Email Problem!?!?!?

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.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Feb 16th, 2007, 23:13
Reputable Member
Join Date: May 2006
Location: Wrexham, UK
Posts: 122
Thanks: 0
Thanked 0 Times in 0 Posts
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 any advice please? I'm using Outlook 2003 if that makes any difference, but as I said it won't work with hotmail either
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Feb 17th, 2007, 00:00
BGarner's Avatar
Reputable Member
Join Date: Oct 2006
Location: In front of the computer.
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Feb 17th, 2007, 07:40
Reputable Member
Join Date: May 2006
Location: Wrexham, UK
Posts: 122
Thanks: 0
Thanked 0 Times in 0 Posts
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Feb 17th, 2007, 22:39
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Feb 18th, 2007, 10:25
Reputable Member
Join Date: May 2006
Location: Wrexham, UK
Posts: 122
Thanks: 0
Thanked 0 Times in 0 Posts
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Feb 18th, 2007, 14:44
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Feb 18th, 2007, 16:19
Reputable Member
Join Date: May 2006
Location: Wrexham, UK
Posts: 122
Thanks: 0
Thanked 0 Times in 0 Posts
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??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Feb 19th, 2007, 11:19
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Feb 20th, 2007, 16:13
New Member
Join Date: Feb 2007
Location: Oxfordshire
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
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 !!!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Feb 21st, 2007, 12:25
Reputable Member
Join Date: May 2006
Location: Wrexham, UK
Posts: 122
Thanks: 0
Thanked 0 Times in 0 Posts
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Feb 21st, 2007, 12:34
New Member
Join Date: Feb 2007
Location: Oxfordshire
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: HTML Email Problem!?!?!?

Glad you got it sorted
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old Feb 21st, 2007, 15:26
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #13  
Old Feb 22nd, 2007, 07:12
Reputable Member
Join Date: May 2006
Location: Wrexham, UK
Posts: 122
Thanks: 0
Thanked 0 Times in 0 Posts
Re: HTML Email Problem!?!?!?

Yeah I did know that, thanks MS lol.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
email, html, outlook

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 16:42.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42