inutan
inutan

Reputation: 10888

.Net - tool to send html emails

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!

Upvotes: 0

Views: 122

Answers (2)

inutan
inutan

Reputation: 10888

Currently using aspNetEmail component to send HTML emails,
issue of multiple attachemnts in outlook is resolved.
Thanks to aspNetEmail commendable support!

Upvotes: 0

Darin Dimitrov
Darin Dimitrov

Reputation: 1039378

Have you tried SmtpClient along with MailMessage?

Upvotes: 1

Related Questions