Archived Forum Post

Index of archived forum posts

Question:

Send html email from a webpage. DO NOT EMBED images

Oct 23 '14 at 09:01

Hi, I would like to send a a web page content as email. Images should not be embeded but come directly from the webpage . All exemples on your web site use embeded images with Cid. How can I do that with Chilkat component.

Thank you for your help.

Marcel


Answer

This is extremely easy. You simply set the HTML body of the email by passing the HTML to the email.SetHtmlBody method. The HTML should contain the hyperlinks just as any HTML would. That is all...


Answer

Thank you so much. It's working now.

Regards,

Marcel