All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jiangkedev.email.EmaliService Maven / Gradle / Ivy

The newest version!
package com.jiangkedev.email;

/**
 * author:bazz jiang
 * date:Create in 2018-04-21
 * email:[email protected]
 */
public interface EmaliService {
    void sendSimpleMessage(String to, String subject, String text);
    void sendMessageWithAttachment(String to, String subject, String text, String pathToAttacment, String attachName);
    void sendTemplateMessage(String to, String subject);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy