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

com.jpattern.service.mail.IMailSender Maven / Gradle / Ivy

There is a newer version: 3.6.2
Show newest version
package com.jpattern.service.mail;

/**
 * 
 * @author Francesco Cina' 12/nov/2010 - 18.02.49
 * @version $Id$ 
 *
 */
public interface IMailSender {
	
	 void recipients(MailRecipients aRecipients);
	 
	 boolean send(TransportMailMessage aMessage) throws Exception;
	 
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy