S
Sergio
Hi,
I know how to use SmtpMail to create and send a mail
message in text or HTML format. I always use the URL to
the location of images on the server to include those
images in my mail body.
However, recently I was asked if it is possible to use
inline images, included (as attachments?) in the mail
message instead of using the URL to the images. I believe
it's not simply a matter of creating a MailAttachment
object and add it to the MailMessage object, because I
want the images to be shown inline in the body.
If somebody knows how to do this ...
I know how to use SmtpMail to create and send a mail
message in text or HTML format. I always use the URL to
the location of images on the server to include those
images in my mail body.
However, recently I was asked if it is possible to use
inline images, included (as attachments?) in the mail
message instead of using the URL to the images. I believe
it's not simply a matter of creating a MailAttachment
object and add it to the MailMessage object, because I
want the images to be shown inline in the body.
If somebody knows how to do this ...