Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i am trying to send image as an attachement and also in body .. attachement is worke but image in body not display ..
what should i do
this is code
objEmail.AddAttachment "C:\Users\HP\Documents\images.jpg"
objEmail.HTMLBODY = "<HTML><BODY><img align=baseline border=0 hspace=0 src=C:\Users\HP\Documents\images.jpg></BODY></HTML>"