September 8, 2009

BounceAddress w/ SendMimeBytes and SendMime

Filed under: SMTP — Tags: , , , — admin @ 5:25 am

Question:

I use SendMimeBytes Method of Mailman object to send Domain Keys Verified e-mails. But when I use this method  I can’ t use BounceAddress property to set up bounce addresses. For this reason I can’t get bounced e-mails as I want.

When I use SendMail Method everything is ok. What should I do to get bounce messages the address I want and Send Domain Keys Verified Mail?

Answer:

The 1st argument to the SendMime* methods is a “from” address.  This is the BounceAddress.  It is the email address passed to the SMTP server in the “FROM” command.  (It may be different than the From header field found in the MIME header.)  For further clarification, see SMTP Protocol in a Nutshell

August 5, 2009

Chilkat 9.0.2 Release Notes

Filed under: DKIM, RSA, release notes — Tags: , , — admin @ 8:45 am

RSA

  • Fixed PEM to XML conversion so that XML is compatible with .NET Framework’s XML requirements.
  • Fixed RSA key generation. In some cases, RSA generated keys were not valid.
  • Verified key acceptance and signature matching between Chilkat, OpenSSL, and .NET

MIME / DKIM

  • Fixed DKIM and DomainKeys signature generation.
  • Tested and verified DKIM / DomainKeys signatures in emails sent to port25.com and yahoo.com.