MailSender.send

High-level method for sending messages.

Accepts SmtpMessage instance and returns true if message was sent successfully or false otherwise.

This method is recommended in order to simplify the whole workflow with the smtp library.

send method basically implements [mail -> rcpt ... rcpt -> data -> dataBody] method calls chain.

class MailSender
send

Meta