Skip navigation links
C E G L O P S T 

C

configure(String, int, boolean, String, String, String) - Static method in class org.ezlibs.ezmail.EmailSender
Configure the global SMTP properties for sending mail.

E

Email - Interface in org.ezlibs.ezmail
An email containing HTML body content, a subject, and optional images.
EmailSender - Class in org.ezlibs.ezmail
Sends HTML emails using SMTP.
EmailSender() - Constructor for class org.ezlibs.ezmail.EmailSender
 

G

getHtmlContent() - Method in interface org.ezlibs.ezmail.Email
Get the email's HTML content.
getImages() - Method in interface org.ezlibs.ezmail.Email
Get the email's images as an array of data sources.
getSubject() - Method in interface org.ezlibs.ezmail.Email
Get the subject line of the email.

L

loadHtmlTemplate(String) - Static method in class org.ezlibs.ezmail.TemplateEmail
Load a Thymeleaf HTML template from the application's resource folder and return it's content as a string.
loadImageDataSource(String, String, String) - Static method in class org.ezlibs.ezmail.TemplateEmail
Load an image from the application's resources folder and open it as a data source.

O

org.ezlibs.ezmail - package org.ezlibs.ezmail
 

P

populateHtmlTemplate(String, Map<String, Object>) - Static method in class org.ezlibs.ezmail.TemplateEmail
Populate a Thymeleaf HTML template with the values provided in the context.

S

send(Email, String) - Static method in class org.ezlibs.ezmail.EmailSender
Send a HTML email using SMTP to a specified email address.

T

TemplateEmail - Class in org.ezlibs.ezmail
A HTML email using a Thymeleaf template from the resources folder.
TemplateEmail() - Constructor for class org.ezlibs.ezmail.TemplateEmail
 
C E G L O P S T 
Skip navigation links

Copyright © 2021. All rights reserved.