NetTalk Central

Author Topic: Mail Images included  (Read 15655 times)

rmb

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Mail Images included
« 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.

seancameron

  • Newbie
  • *
  • Posts: 16
    • View Profile
    • CapeSoft Software
Re: Mail Images included
« Reply #1 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)
Sean Cameron
CapeSoft
www.capesoft.com

Work Smarter, Not Harder