Module vibe.mail.smtp
Functions
Function name | Description |
---|---|
sendMail | Sends am email using the given settings . |
Classes
Class name | Description |
---|---|
Represents an email message, including its headers . |
|
SmtpClientSettings | Configuration options for the SMTP client. |
Enums
Enum 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. |
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.