File Release Notes and Changelog
Notes:
Changes:
[Version 01.11.0]
Strictly Bug Fixes:
Fixed MailMessage.CreateList error in email address separation - now uses , instead of ;
Fixed Regex in EmailAddress - now only compiles once (In static constructor)
Fixed QP Encoding in MailEncoder class to address many encoding errors
Fixed MailMessage class - All email address .name fields now enclosed in quotations when sent to SMTP server
Fixed Wrong HELO and EHLO command - now sends correct host name (local host name)
Fixed error when sending \r or \r\n in Subject
Fixed Attachment class - attachment name and file name are now encoded when sending