Hi,
I wonder if anyone tackled the following problem-
Sending a mail with an embedded image is straight forward using %Net.SMTP
S status=Message.AttachFile(Dir,FileName)
D Message.TextData.Write("..<img src=""cid:xyz.png"">..")
Outlook displays such an Email as expected- with the image in the body of the mail.
Gmail displays the image as an attached file.
There are a lot of suggestions online about this, but none is working for me.
Did anyone face and solved this issue?
Regards,
Nael Naseraldeen