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

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

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

/**
 * 
 * @author Francesco Cina'
 *
 * 12/ago/2010
 */
public class NullMailSender implements IMailSender {

	public void recipients(MailRecipients aRecipients) {
	}

	public boolean send(TransportMailMessage aMessage) {
		return false;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy