Version History
Previous  Top  Next


Version 2.1.1

- Added checks for proper format of sender's hostname when it's generated from computer name.
- Fixed a bug that was causing InitializeSecurityContext error with some SSL/TLS servers.


Version 2.1

- Added ConnectAttempts property to specify number of times AddEmail tries to connect to the SMTP server before reporting connection error.
- Added GetQueueSize method which returns number of e-mails queued for sending.
- Fixed a problem that prevented AddEmail from establishing SSL/TLS connection to some SMTP servers such as smtp.bizmail.yahoo.com and smtp.att.yahoo.com.
- Now AddEmail doesn't return timeout error if SMTP server takes a very long time to process an e-mail with large attachments.
- Added SetSender and SetReplyTo methods in order to support PowerBuilder 6.


Version 2.0.2

- Added support for custom From, To and Cc headers.
- Fixed a problem with text attachments in SimpleSendAttachment.


Version 2.0.1

- Improved SSL/TLS support.
- Updated C# 2005, VB.NET 2005 and ASP.NET 2.0 samples.