tags:

views:

20

answers:

1

Hello there,

I am looking for a tool to send html emails from WCF Service.
Currently using Chilkat to do same but in some version of outlook it is showing html emails as multiple attachments (of html file and Images).

Can anyone guide for solution to above or any better tool to send html emails.

Thank you!

A: 

Have you tried SmtpClient along with MailMessage?

Darin Dimitrov