Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
How do you create an HTML e-mail?
Old 04-07-2009, 12:05 AM How do you create an HTML e-mail?
World's Avatar
Extreme Talker

Posts: 202
Location: Santa Monica, CA
Trades: 0
What are the formal necessities for an HTML letter?

I'd like to format it and use images so it looks good.

It's a newsletter regarding my photo business.

Do you just write <html> without the headers?

How about CSS. How do you use it in an email newsletter?

Links welcome!

Thank you.
World is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-07-2009, 12:25 AM Re: How do you create an HTML e-mail?
Novice Talker

Posts: 6
Trades: 0
With many applications there is a WYSIWYG which you obviously can use to select font-face, size, color etc. However in other editors you can manually enter the HTML, problem is many email clients do not support all HTML tags and CSS attributes. For example the HTML client I use does not show background images on DIVs this makes creating HTML emails very diffifult.

hope that helps
__________________

Please login or register to view this content. Registration is FREE
- Convert any file into a webpage
Upsilon is offline
Reply With Quote
View Public Profile
 
Old 04-07-2009, 10:41 AM Re: How do you create an HTML e-mail?
racer x's Avatar
Ultra Talker

Posts: 457
Name: Randy
Location: Northern Wisconsin
Trades: 0
You may want to consider using a email system like http://www.mailchimp.com
(There are many like this) These will track your emails, send them properly, and do much more.

If sending small amounts of mail, depending on the email type you use, you can send html email if it allows rich html settings. Keep in mind that if you mail hundreds of people that your service could consider you a spammer.

CSS is just placed right into the mail itself at the top or inline. You'll have to google sending html email as there are many things to understand.

Good luck.
racer x is offline
Reply With Quote
View Public Profile Visit racer x's homepage!
 
Old 04-07-2009, 10:49 AM Re: How do you create an HTML e-mail?
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
I would also suggest you start reading the info on html email here - www.campaignmonitor.com
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 04-07-2009, 12:48 PM Re: How do you create an HTML e-mail?
racer x's Avatar
Ultra Talker

Posts: 457
Name: Randy
Location: Northern Wisconsin
Trades: 0
Forgot about this good article:
http://www.sitepoint.com/article/cod...l-newsletters/
racer x is offline
Reply With Quote
View Public Profile Visit racer x's homepage!
 
Old 04-09-2009, 12:19 AM Re: How do you create an HTML e-mail?
World's Avatar
Extreme Talker

Posts: 202
Location: Santa Monica, CA
Trades: 0
Quote:
Originally Posted by racer x View Post
Thanks for this article.

I tried to use Thunderbird for the Mac, which can send HTML email (Apple Mail can't), but it's a horrible application that either takes 5 minutes to send a simple text mail or crashes. Never got it to work.

Any recommendations?
World is offline
Reply With Quote
View Public Profile
 
Old 04-09-2009, 12:21 AM Re: How do you create an HTML e-mail?
World's Avatar
Extreme Talker

Posts: 202
Location: Santa Monica, CA
Trades: 0
Quote:
Originally Posted by racer x View Post
You may want to consider using a email system like http://www.mailchimp.com
(There are many like this) These will track your emails, send them properly, and do much more.

If sending small amounts of mail, depending on the email type you use, you can send html email if it allows rich html settings. Keep in mind that if you mail hundreds of people that your service could consider you a spammer.

CSS is just placed right into the mail itself at the top or inline. You'll have to google sending html email as there are many things to understand.

Good luck.
I actually plan to use HTML email to send something like a one-page version of my book to interested parts that I carefully researched and will even contact by phone before sending.

Mailchimp looks like the thing to go. It looks like it is free for low volume users like me.

And you don't need a special email program, but use their software to mail.

Last edited by World; 04-09-2009 at 12:26 AM..
World is offline
Reply With Quote
View Public Profile
 
Old 05-09-2009, 07:54 AM Re: How do you create an HTML e-mail?
Average Talker

Posts: 19
Trades: 0
To create HTML email campaigns in a corporate environment, I use Photoshop/Dreamweaver to create the message - which is really just a webpage with some very restricted coding guidelines applied. I then upload, test and send out the message in bulk through an email marketing service.

Last edited by LadynRed; 05-09-2009 at 11:58 AM.. Reason: self-promotional link drop removed
Hallbjörn Ólaf is offline
Reply With Quote
View Public Profile
 
Old 05-09-2009, 11:58 AM Re: How do you create an HTML e-mail?
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
And that method presents a problem with the many email clients that BLOCK IMAGES.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 05-12-2009, 02:16 AM Re: How do you create an HTML e-mail?
Novice Talker

Posts: 3
Name: Esmer
Trades: 0
I recommend mailchimp.com. they make it very easy to do email marketing and I have used them for years with no problems.
__________________
Stuff I personally use and recommend:
Open an Online Store with CrownCart
Please login or register to view this content. Registration is FREE
.
Great SEO source at
Please login or register to view this content. Registration is FREE
.
EcommerceNoob is offline
Reply With Quote
View Public Profile
 
Old 05-16-2009, 04:29 AM Re: How do you create an HTML e-mail?
Banned

Posts: 14
Name: ayan
Trades: 0
Hi,

HTML emails are widely used for all kinds of professional correspondence. Beyond email newsletters they're used for all sorts of application-generated messages, such as receipts and confirmations. Styled messages have lots of appeal for marketers, designers and consumers -- but for coders, it's a real headache to create them properly.
Creating an HTML email that looks right to every reader is a job that makes cross-browser testing look easy. What can go wrong? After reaching its final destination, an email could be read using any of a number of standalone email clients (such as Outlook, AOL, and Eudora), and even more Web-based clients (Yahoo, Hotmail, and Gmail to name a few). Each of these email clients displays your HTML email message a little bit differently, so ensuring that your message displays correctly can be a daunting task.
Avice Parris is offline
Reply With Quote
View Public Profile
 
Old 05-17-2009, 09:08 AM Re: How do you create an HTML e-mail?
Skilled Talker

Posts: 84
Trades: 0
Yes mailchimp.com is really good at it
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
- 1-888-869-HOST(4678)
Award winning Managed Hosting -
Please login or register to view this content. Registration is FREE

Managed Dedicated Servers. Reseller Discounts. 24/7 Impressive Tech Support
HivelocityDD is offline
Reply With Quote
View Public Profile
 
Old 05-18-2009, 08:23 AM Re: How do you create an HTML e-mail?
Banned

Posts: 81
Location: kavoir.com
Trades: 0
You can send HTML mails via the PHP mail() function, but to create and send HTML code, you have to explicitly set the headers to text/html instead of text/plain.
yangyang is offline
Reply With Quote
View Public Profile Visit yangyang's homepage!
 
Old 05-20-2009, 09:13 PM Re: How do you create an HTML e-mail?
World's Avatar
Extreme Talker

Posts: 202
Location: Santa Monica, CA
Trades: 0
Quote:
Originally Posted by yangyang View Post
You can send HTML mails via the PHP mail() function, but to create and send HTML code, you have to explicitly set the headers to text/html instead of text/plain.
Sorry, I don't know anything about php.
World is offline
Reply With Quote
View Public Profile
 
Old 05-21-2009, 02:58 AM Re: How do you create an HTML e-mail?
harish's Avatar
Average Talker

Posts: 26
Name: Harish kumar
Trades: 0
Code:
<
Code:
CENTER>
<FORM METHOD=POST ACTION="mailto:someone@$nailmail.com" ENCTYPE="text/plain">
<INPUT TYPE="text" NAME="username"> : name <BR>
<INPUT TYPE="text" NAME="email"> : email <BR>
comments            <BR>
<TEXTAREA NAME="COMMENTS" ROWS="10" WRAP="hard">
</TEXTAREA>
<INPUT NAME="redirect" TYPE="hidden" VALUE="index.html">
<INPUT NAME="NEXT_URL" TYPE="hidden" VALUE="index.html">
  <BR>
<INPUT TYPE="submit" VALUE="Send">
  <INPUT TYPE="reset" VALUE="Clear">
  </FORM>
</CENTER>
<!-- END OF FORM -->
__________________

Please login or register to view this content. Registration is FREE
||
Please login or register to view this content. Registration is FREE
||
Please login or register to view this content. Registration is FREE
harish is offline
Reply With Quote
View Public Profile
 
Old 05-21-2009, 03:30 PM Re: How do you create an HTML e-mail?
Junior Talker

Posts: 2
Name: Jimmy
Trades: 0
Quote:
Originally Posted by racer x View Post
You may want to consider using a email system like http://www.mailchimp.com
(There are many like this) These will track your emails, send them properly, and do much more......
Thanks racer, I just signed up.
I think it helps me with my job
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

btidy is offline
Reply With Quote
View Public Profile
 
Old 05-24-2009, 05:21 AM Re: How do you create an HTML e-mail?
Novice Talker

Posts: 14
Trades: 0
While creating and sending a lot of HTML e-mails (mainly newsletters) i realized that the simplest way to meet all email clients requirements for receiving HTML e-mails is to use tables and apply inline CSS.

It doesn't matter what tools you use to create it or send it, but the tools the user use to receive it, and almost all mail clients know to interpret correctly simple HTML tables and inline CSS. Start the email with "<table widt..." and end it with "</table>"
__________________

Please login or register to view this content. Registration is FREE
netingredient is offline
Reply With Quote
View Public Profile
 
Old 05-24-2009, 09:14 AM Re: How do you create an HTML e-mail?
Brian07002's Avatar
Defies a Status

Posts: 2,162
Name: ...
Location: ...
Trades: 0
Use an editor (of your choice) paste the code into your favorite email program making sure html code is enabled.

Hth
__________________
Made2Own

Please login or register to view this content. Registration is FREE
Brian07002 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How do you create an HTML e-mail?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.54646 seconds with 12 queries