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

net.israfil.service.mail.MailService Maven / Gradle / Ivy

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


import net.israfil.service.mail.api.MailMessage;

public interface MailService {


	/**
	 * Send a message through the underlying transport.
	 */
	public boolean send(MailMessage message);


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy