public static deliver(message as MimeMessage, session as Session = null) as SmtpResponse throws MessagingException:
Sends a message using either the provided session or the session attached to the message itself.
import klyn.mails
session = Session.smtp("smtp.example.com")
message = MimeMessage(session)