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;
}
package com.github.ltsopensource.alarm.email;
public interface MailManager {
void send(String to, String title, String message) throws Exception;
}