How to send images or greeting via Gmail or yahoo without an attachment by which when the receiver will open a mail it will directly show the image or greeting directly
Asked
Active
Viewed 590 times
1 Answers
0
You can use any as long as they support html format emails.
In code you have to place base64 encoded image like <img alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAn.....SuQmCC" />
. I use http://webcodertools.com/imagetobase64converter for encoding.

icebreaker
- 1,224
- 17
- 33