How to send an email in HTML format

Solved
petit_apprenti Posted messages 17 Status Membre -  
 azerty -
Hello,
how to send an HTML email, I mean that the person who opens it receives an HTML page like newsletters but simpler to start, how can I do that? And is it feasible without having a website or a free space?
Thanks in advance.

21 réponses

  • 1
  • 2
Soso
 
A priori, the best approach is to send the message in HTML, but be sure to specify at the top of the message a link to view the page online as well, something like, "if you cannot view this message properly, click here." "Here" being the same HTML page online (if you have hosting space).

To simply send the page in HTML:
- with Outlook Express, take the HTML page (created with Dreamweaver, Compozer, FrontPage or whatever you prefer), and set it as stationery
- another method, with Internet Explorer: display your HTML page in IE, then file > send > page by email, it will open the email software set as default.
It works well with Outlook and retains the characteristics of the page.
I don't know from which version of IE this is possible.

Well, the rendering will always depend on what the recipient of the email is using, it's even more unpredictable than with web pages, I believe.
18
Topine
 
Hello and thank you Soso! Thanks to you, I just managed to send myself a perfect HTML page and tested it on all my addresses...

For those who were looking for the info like I was for a while, I created my page on Dreamweaver, then I opened Outlook 2003 (or 2000) and I created a new stationery to which I associated the HTML file.

Then, I opened a blank message (which contained my news) and I sent it to my various test addresses. Everything worked, even on my PC equipped with Outlook 2007.

Thank youuuuuuuuuuuuuuu!
Best regards, Topine
0
isa > Topine
 
I am also interested in your question but I don't understand your explanation...
To send a web page you have two files right? One for the XHTML code and one for the CSS code, so how do you send everything by email so that the recipient sees a real “newsletter,” for example?
0
Soso > isa
 
It's true that it's worth specifying: no CSS style sheets when sending by email.
Styles need to be embedded in the HTML page, in the <head>, or even for added security, attached to the tag they apply to.
For example: <p style="font-family:Arial; font-weight:bold; color: etc">
(Reminder: there are three ways to incorporate styles: the most common, in a separate sheet applicable to multiple pages, or between <head> and </head> applicable to the page only, or finally attached to a tag, applicable only to that tag. There are plenty of articles on the subject online.)

It should also be noted that only certain styles are recognized by webmail or email software. Here are the details of what is recognized according to browsers (in English):
https://www.campaignmonitor.com/blog/email-marketing/2007/04/a-guide-to-css-support-in-emai-2/
0
  • 1
  • 2