Version: 3.2.1.0
Send, receive, edit, sign/verify and encrypt/decrypt email messages in any .NET application or service. 

Sending Messages with SMTP

Problem:

The developer is faced with the challenge of writing and sending emails. The application must:

  • Construct a well-formed email message
  • Send messages to specified recipients
  • Sign and/or encrypt messages using S/MIME
  • Report progress information during the send
  • Support servers implementing SSL security
 

Solution:

With the PowerTCP Smtp component, applications can perform all these tasks and more. The SMTP Client sample demonstrates how to create and send messages, display progress, and implement S/MIME and SSL security. Included are two versions of the sample - one implementing synchronous operations, and one asynchronous operations.

Download PowerTCP Mail for .NET Trial

See all samples for PowerTCP Mail for .NET