- SMTP_ALLOW_8BIT_MIME - Static variable in class com.github.jknack.mwa.mail.MailModule
-
If set to true, and the server supports the 8BITMIME extension, text
parts of this message that use the "quoted-printable" or "base64"
encodings are converted to use "8bit" encoding if they follow the
RFC 2045 rules for 8bit text.
- SMTP_AUTH - Static variable in class com.github.jknack.mwa.mail.MailModule
-
Use SMTP-AUTH to authenticate to SMTP server.
- SMTP_DSN_NOTIFY - Static variable in class com.github.jknack.mwa.mail.MailModule
-
Set notification options to be used if the server supports
Delivery Status Notification
(
RFC 1891).
- SMTP_DSN_RET - Static variable in class com.github.jknack.mwa.mail.MailModule
-
Set return option to be used if server supports
Delivery Status Notification
(
RFC 1891).
- SMTP_ENVELOP_FROM - Static variable in class com.github.jknack.mwa.mail.MailModule
-
Set the From address to appear in the SMTP envelope.
- SMTP_HOST - Static variable in class com.github.jknack.mwa.mail.MailModule
-
Set the mail server host, typically an SMTP host.
- SMTP_PORT - Static variable in class com.github.jknack.mwa.mail.MailModule
-
Set the mail server port.
- SMTP_SENDPARTIAL - Static variable in class com.github.jknack.mwa.mail.MailModule
-
If set to true, and this message has some valid and some invalid
addresses, send the message anyway, reporting the partial failure with
a SendFailedException.
- SMTP_START_TLS - Static variable in class com.github.jknack.mwa.mail.MailModule
-
Use TLS to encrypt communication with SMTP server.
- subject(String) - Method in class com.github.jknack.mwa.mail.MailBuilder
-
Set 'subject' of the message.