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

net.israfil.service.mail.api.MailTransport Maven / Gradle / Ivy

The newest version!
package net.israfil.service.mail.api;

public interface MailTransport {
	
	public boolean send(MailMessage message);
	public String getType();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy