0

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

Mad Dog Tannen
  • 7,129
  • 5
  • 31
  • 55

1 Answers1

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