Attachments added to the MailMessge are corrupt. You may want to try changing the attachment encoding. For example, create your attachments like:
MailAttachment attachment = new MailAttachment( "test.txt", MailEncoding.Base64) or MailAttachment attachment = new MailAttachment( "test.txt", MailEncoding.UUEncode)
Copyright © 2004 Contact: Dave Wanta. aspNetEmail aspNetPOP3 aspNetMime