Module vibe.mail.smtp
SMTP client implementation
Functions
Name | Description |
---|---|
sendMail | Sends am email using the given settings . |
Classes
Name | Description |
---|---|
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 | Compatibility alias, will be deprecated soon. |
SmtpClientSettings | SMTPClientSettings | Compatibility alias, will be deprecated soon. |
SmtpConnectionType | SMTPConnectionType | Compatibility alias, will be deprecated soon. |
SmtpStatus | SMTPStatus | Compatibility alias, will be deprecated soon. |
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.