Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to render HTML in gmail [closed]

If I send this message

<h5>Hello</h5>

<h3 style="color:pink">GOODBYE</h3>

It appears as it is.

Is there any way to render the same message as HTML at receivers end?

update :

what i want on receivers side is : Hello (style corresponding to the h5 tag) GOODBYE (style corresponding to the h3 tag & in pink color)

like image 673
Dinesh Chander Avatar asked Jan 11 '23 06:01

Dinesh Chander


1 Answers

Google does not accepts user's custom html. < > is converted as &lt; &gt; so it displayed in browser as < > , Thats all. you can't use your coding.

like image 105
Rahiil Avatar answered Jan 22 '23 11:01

Rahiil