Module vibe.mail.smtp
SMTP client implementation
Functions
Name | Description |
---|---|
sendMail
|
Sends am email 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. |
Aliases
Name | Type | Description |
---|---|---|
SmtpAuthType
|
SMTPAuthType
|
Deprecated compatibility alias |
SmtpClientSettings
|
SMTPClientSettings
|
Deprecated compatibility alias |
SmtpConnectionType
|
SMTPConnectionType
|
Deprecated compatibility alias |
SmtpStatus
|
SMTPStatus
|
Deprecated compatibility alias |
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.