Example usage for org.apache.commons.mail HtmlEmail subclass-usage

List of usage examples for org.apache.commons.mail HtmlEmail subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.mail HtmlEmail subclass-usage.

Usage

From source file fr.mailjet.mail.MailjetEmail.java

/**
 * Un simple {@link HtmlEmail} prconfigur pour Mailjet. Par dfaut, le SSL est
 * configur.
 * 
 * @author Pitton Olivier
 * 

From source file org.sakaiproject.kernel.messaging.email.commons.HtmlEmail.java

public class HtmlEmail extends org.apache.commons.mail.HtmlEmail implements Serializable {

    /**
     *
     */
    private static final long serialVersionUID = 2655080957685664296L;

From source file org.opencms.mail.CmsHtmlMail.java

/**
 * This class is used to send an HTML formatted email with optional attachments.<p>
 * 
 * A text message can also be set for HTML unaware email clients,
 * such as text-based email clients.<p>
 *