B
B
BOLTACHEVD2015-05-02 19:16:41
gmail
BOLTACHEVD, 2015-05-02 19:16:41

How to send an HTML email?

There is a drafted letter that needs to be sent to certain addresses, but there is no information at all on how to do it.
I looked in gmail for how to do this, but couldn't find it.

Answer the question

In order to leave comments, you need to log in

14 answer(s)
S
Serega SPb, 2015-10-27
@SeregaSPb

On the example of Google Chrome
1) Press [right click]>[View element code] or F12
2) In the developer tool that opens in the code of the current page (gmail), find where to insert the email code and press [right click]>[Edit as HTML]
3 ) Paste your HTML code and press Ctrl+Enter

J
Jackpot, 2017-02-05
@Jackpot

there is also the sendhtmail.ru service , you send a letter to yourself, and then you redirect it to the right place from the usual interface.

S
Sergey ZSA, 2015-05-02
@serjikz

It is possible through php. $headers = "Content-type: text/html; charset=utf-8\r\n"; This is the header I use for my email. Function mail("send to", "Send subject", "Send text including tags", $headers); Again, at the same time, a server with php should be at hand.
UPD. I see that even after more than 3 years the question is still relevant. There is a putsmail.com service for testing emails.

3
3vi1_0n3, 2015-05-02
@3vi1_0n3

Open the email as HTML in the browser, then Ctrl+A, Ctrl+C, start a new email in Gmail and paste Ctrl+V there.
There are chances that even the layout will not warp. It's better to send yourself the first one, check how it will look

A
archelon, 2015-05-03
@archelon

1. some email programs allow you to edit html.
for example, mozilla thunderbird has a menu item insert > html.
2. use any mailing service, for example, smartresponder.ru or mailchimp.com.
create a template > paste your code there > check > send it to the list.

A
abcfont, 2015-05-26
@abcfont

I use Mozilla Thunderbird. Happy as an elephant.

M
Mr Crabbz, 2015-05-03
@Punkie

Use a service like getresponse.com or smartresponder.ru - they allow you to upload your own html templates.

R
robotcigan, 2015-07-30
@robotcigan

Download mozilla thunderbird. You create a letter. Then you select the insert item, then the HTML item and paste your mailing code there.

A
AlexMell, 2015-10-07
@AlexMell

Look, about thunderbird, I inserted HTML, the code outputs - everything is cool. Only the pictures do not show, it is logical that I only added the code, but can I add some other pictures?

Z
zooks, 2015-05-02
@zooks

It's not entirely clear what you need. But you can pass the text of the letter via a link so that the user sends it himself.

<a href="mailto:[email protected]?subject=Заголовок&body=сообщение">Отправить письмо</a>

V
Vyacheslav Shalin, 2015-05-07
@shved

You can use MailApp in Google Apps Script. Gmail engine will be used for sending.

S
serega 2070, 2015-07-23
@pecha89

Good, perhaps you meant the e-mail service?

S
Satir01, 2016-03-07
@Satir01

Good article goodmails.ru/blog/kak-otpravit-html-pismo-cherez-y...

A
akzhan, 2016-12-17
@akzhan

https://habrahabr.ru/post/317810/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question