German Latorre
German Latorre

Reputation: 11138

How do I send signed emails from C# application?

I need to send signed emails from within my C# .NET application. Which is the easiest way to do this?

Upvotes: 11

Views: 3608

Answers (3)

user333306
user333306

Reputation:

This open source project contains everything you need to send signed emails.

MailSystem.NET

Upvotes: 9

Also, if you need a component for S/MIME and PGP/MIME support, which includes samples and technical support, you can check MIMEBlackbox components of our SecureBlackbox. Both sending and parsing/processing of secure e-mails is supported.

Upvotes: 0

Related Questions