Zip Component, Email Component, Encryption Component ActiveX Control for Zip Compression .NET Components for ASP.NET
ActiveX and .NET Components for Zip Compression, Encryption, Email, XML, S/MIME, HTML Email, Character Encoding, Digital Certificates, FTP, and more ASP Email ActiveX Component


Downloads
.NET 2.0
.NET 1.*
.NET x64
VC++ 6.0
VC++ 7.0
VC++ 8.0
Java
Ruby
Perl 5.8.*
Perl 5.10.*
Python
Bounce ActiveX
Charset ActiveX
Email ActiveX
FTP2 ActiveX
Crypt ActiveX
HTML-to-XML ActiveX
HTTP ActiveX
IMAP ActiveX
MHT ActiveX
MIME ActiveX
RSA ActiveX
Socket ActiveX
Spider ActiveX (free)
String ActiveX (free)
Tar ActiveX
Upload ActiveX (free)
XML ActiveX (free)
XMP ActiveX
Zip ActiveX

Index of Chilkat Blog Posts

February 10, 2008

SMTP AUTH

Question:
I’m wondering if your ActiveX email component supports the ‘AUTH’ smtp command?

I’ve read through your documentation. It certainly mentions various modes of authentication, but not explicitely support for ‘AUTH’ (as defined by RFC-2554).

I’m hoping that your "SmtpAuthMethod" property can be set to ‘AUTH’, but I would like to double-check on that.

Answer:
The Chilkat email component (the MailMan class) automatically authenticates using the "AUTH" command when connecting and establishing a session. (See Minimizing SMTP Connections.) The argument to the "AUTH" command is the authentication method, such as "LOGIN", "NTLM", "CRAM-MD5″, etc. By default, the Chilkat email component will automatically choose the most secure method available for the SMTP server. (When an SMTP server sends the initial greeting, it includes a list of capabilities, among which are the SMTP AUTH methods it will accept.)

The SmtpAuthMethod is normally left unset (i.e. equal to the empty string). If set to a string such as "LOGIN", "NTLM", etc., it forces the MailMan to choose that authentication method.


Privacy Statement. Copyright 2000-2008 Chilkat Software, Inc. All rights reserved.
Send feedback to support@chilkatsoft.com

Components for Microsoft Windows XP, 2000, 2003 Server, Vista, and Windows 95/98/NT4.