c# - How to send html in email with image(base 64 string ) to Outlook, gmail etc -


i have create html image(base 64 string ) sending mail. on outlook doesnt show image , not support html.

what do, please me.

thanks kamlesh

this may answer you're looking - how create email embedded images compatible mail clients

note images embedded using <img src="cid:....">


Comments