SoftArtisans SMTPmail V2.2.2
Released: Oct 10, 2002
V2.2.2 での更新項目
New Features:
- SMTPMail ReturnPath property allows you to set a return-path header
- SMTPMail MailFromAddress property. When used with the MailFrom property you can set one value for the MAIL FROM command used in the SMTP "envelope" and another for the FROM header in the message body. MailFromAddress will be used for the envelope and MailFrom will be used for the message header. The values in the envelope are used by SMTP servers to process emails, but are never seen by the email recipient. As in previous versions, if only the MailFrom property is set, this value will be used for both the envelope and the message header.
Issues Addressed:
- In SMTPmail, the ContentTransferEncoding property's default value is now "quoted-printable" (instead of "7bit").
- In SMTPmail, when CharSet is set to US-ASCII, line breaks in a message's BodyText are replaced with "=0D=0A".
- In SMTPmail, when line break has only '\n' or '\r', WordWrap doesn't wrap correctly.