NetTalk Central

NetTalk E-Mail => E-Mail - Ask For Help => Topic started by: rmb on October 22, 2008, 09:13:02 AM

Title: Mail Images included
Post by: rmb on October 22, 2008, 09:13:02 AM
When e-mail to send with text HTML and with included images, on having received the mail(opened with outlook exp or hotmail), images to open and to unblock it, these are not visualized.
Title: Re: Mail Images included
Post by: seancameron on May 23, 2011, 12:48:39 AM
You need to embed the images, which is done by adding them to the EmbedList and modifying the HTML image URLS to use the embedded 'cid:' syntax. With NetTalk 5 this entire process can be done simply by calling the EmbedImages() method:

Code: [Select]
EmaiSender.EmbedList = EmailSender.EmbedImages(HtmlData)