Module vibe.mail.smtp
SMTP client implementation
Functions
Name | Description |
sendMail(settings, mail)
|
Sends an e-mail using the given settings.
|
Classes
Name | Description |
Mail
|
Represents an email message, including its headers.
|
SMTPClientSettings
|
Configuration options for the SMTP client.
|
Enums
Name | Description |
SMTPAuthType
|
Represents the authentication mechanism used by the SMTP client.
|
SMTPConnectionType
|
Determines the (encryption) type of an SMTP connection.
|
SMTPStatus
|
Represents the different status codes for SMTP replies.
|