public class Mail extends Object
Mail
class is used to send email via a SMTP(S) server. This
implementation supports a wide configuration requirement set as could be
expected by SMPT(S) servers.Modifier and Type | Class and Description |
---|---|
static class |
Mail.Message
Class representing a email message.
|
static class |
Mail.Protocol
Enum representing the mail transfer protocol.
|
static class |
Mail.Sender
Class representing the SMTP(S) sender.
|
Constructor and Description |
---|
Mail() |
Copyright © 2019 LibJ. All rights reserved.