| Package | Description |
|---|---|
| com.mailjet.client.easy |
A proposal of a higher-level wrapper of the java API.
|
| Modifier and Type | Method and Description |
|---|---|
MJEasyEmail |
MJEasyEmail.customId(String customId)
Set the customID
|
MJEasyEmail |
MJEasyClient.email()
Create an MJEasyEmail instance to prepare an email to send.
|
MJEasyEmail |
MJEasyEmail.from(String email)
Set the sender
|
MJEasyEmail |
MJEasyEmail.from(String email,
String name)
Set the sender
|
MJEasyEmail |
MJEasyEmail.html(String html)
Set the HTML content of the message
|
MJEasyEmail |
MJEasyEmail.subject(String subject)
Set the subject
|
MJEasyEmail |
MJEasyEmail.text(String text)
Set the text content of the message
|
MJEasyEmail |
MJEasyEmail.to(String email)
Add a recipient
|
Copyright © 2017. All rights reserved.