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

com.github.ltsopensource.alarm.email.MailManager Maven / Gradle / Ivy

package com.github.ltsopensource.alarm.email;

public interface MailManager {
    void send(String to, String title, String message) throws Exception;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy