| Class | Description |
|---|---|
| AttachImageBuilder |
Configures how attachment of images is handled.
|
| AttachmentHandlingBuilder |
Configures how
Attachments are handled. |
| AutofillDefaultEmailAddressBuilder<V> | |
| AutofillEmailBuilder |
Configures how Ogham will add default values to the
Email if some
information is missing. |
| AutofillSubjectBuilder | |
| Base64InliningBuilder |
Configures how images defined in the HTML template are inlined (converted to
base64).
|
| CidBuilder |
Configures how images are attached to
Emails. |
| CssHandlingBuilder |
CSS handling consists of defining how CSS are inlined in the email.
|
| CssInliningBuilder |
Configures how CSS are applied on HTML emails.
|
| EmailBuilder |
Configures how to send
Email messages. |
| ImageHandlingBuilder |
Image handling consists of defining how images are inlined in the email:
Either inlining directly in the HTML content by encoding image into
base64 string
Or attaching the image to the email and referencing it using a
Content-ID
(CID)
Or no inlining
|
| ImageInliningBuilder |
Configures how images declared in the HTML content are automatically
transformed to make it work with email.
|
Copyright © 2021. All rights reserved.