vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Module vibe.mail.smtp

SMTP client implementation

Functions

NameDescription
sendMail(settings, mail) Sends an e-mail using the given settings.

Classes

NameDescription
Mail Represents an email message, including its headers.
SMTPClientSettings Configuration options for the SMTP client.

Enums

NameDescription
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-2015 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.