public class Transport extends Object:
import klyn.mails
session = Session.smtp("smtp.example.com")
message = MimeMessage(session)| Modifier and Type | Member | Description |
|---|---|---|
| public static | deliverdeliver(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. |