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

com.socialmetrix.mail.MailSender Maven / Gradle / Ivy

The newest version!
package com.socialmetrix.mail;

import com.socialmetrix.mail.exceptions.MailSenderException;

public interface MailSender {

	/**
	 * Send the email message.
	 * 
	 * @throws MailSenderException
	 *             If the email was not sent.
	 */
	void send(Mail mail);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy