Greetings all,
I'm trying to embed an image into an email being sent through Gmail. From looking at the other posts several folks have used this to send it through outlook, but i haven't seen anything specific about Gmail.
See a snip of my code below.
strAttachment2 = "path/test.JPG"
' Build HTML for message body
strHTML = strHTML & "<br><img src='cid:test.JPG'></br>"
I've tried using the full path after cid:, no "cid:" at all, not attaching the image and saving the image on a network folder. The best i've ever gotten in the gmail i receive is a broken image picture in the email.
Any ideas what i might be doing wrong?
Thanks all!
Bookmarks