email.dispatcher.EmailDispatcher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of email-dispatcher Show documentation
Show all versions of email-dispatcher Show documentation
A bunch of classes that facilitate sending e-mail.
The newest version!
package email.dispatcher;
import java.io.Serializable;
public interface EmailDispatcher extends Serializable {
public void send(Message message);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy