Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- wodSmtp
- Methods
- Properties
- Authentication
- Blocking
- Certificate
- CharSet
- DNSHostname
- Hostname
- LastError
- LastErrorText
- Login
- MailFrom
- MailTo
- Message
- MyHostname
- MyIP
- Notification
- Password
- Port
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RequestReceipt
- RetryCount
- RetryWait
- Security
- State
- StateText
- Tag
- Timeout
- Transcript
- UseIPv6
- Version
- Events
- IwodSmtpClientNotify
- SmtpEncoder
- SmtpHdr
- SmtpHdrs
- SmtpMsg
- SmtpMsgs
- wodSmtp
- How to get support?
- Technical information
- Fast notifications interface
- Error list
SmtpAuthentications Enumeration
This is the list of all authentication methods supported by wodSmtp.
Remarks
These constants should be used only when SMTP server requires you to authenticate yourself. You should set Authentication property with one of above constants, and set Login and Password properties with your credentials.Possible values for SmtpAuthentications:
Constant | Value | Description |
---|---|---|
AuthNone | 1 | No authentication required. |
AuthLogin | 4 | Authentication using LOGIN type. |
AuthPlain | 8 | Authentication using PLAIN type. |
AuthCramMD5 | 16 | Authentication using CRAM-MD5 type. |
AuthNTLM | 32 | Authentication using NTLM (SPA) type. |
AuthAuto | 255 | Tries to determine authentication automatically. |