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

co.fingerprintsoft.notification.email.EmailSender Maven / Gradle / Ivy

package co.fingerprintsoft.notification.email;


/**
 * Created with IntelliJ IDEA.
 * User: naeem
 * Date: 2014/03/01
 * Time: 13:52
 * To change this template use File | Settings | File Templates.
 */
public interface EmailSender {

    EmailResponse sendPlainText(Email email);
    EmailResponse sendComplexMessage(Email email);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy