Example usage for org.springframework.mail MailSender interface-usage

List of usage examples for org.springframework.mail MailSender interface-usage

Introduction

In this page you can find the example usage for org.springframework.mail MailSender interface-usage.

Usage

From source file org.esupportail.pushnotification.service.Mail.java

/**
 *
 * @author mohamed
 */
public class Mail implements MailSender {

From source file ar.com.zauber.commons.spring.mail.NullMailSender.java

/**
 * MailSender que no hace nada
 *
 * @author Matas Arciprete
 * @since 06/01/2009
 */

From source file ar.com.zauber.commons.spring.mail.SLF4JMailSender.java

/**
 * Log sent mails
 * 
 * @author Juan F. Codagnone
 * @since Jul 30, 2010
 */

From source file ar.com.zauber.commons.spring.mail.ProxyMailSender.java

/**
 * Multicast OO messages
 * 
 * @author Juan F. Codagnone
 * @since Apr 14, 2006
 */

From source file ar.com.zauber.commons.spring.mail.AbstractMailSender.java

/**
 * base class for some {@link MailSender}
 * 
 * 
 * @author Juan F. Codagnone
 * @since Jul 30, 2010

From source file com.mulodo.survey.batch.writer.TestMailSender.java

/**
 * @author Dan Garrette
 * @author Dave Syer
 * @since 2.1
 */
public class TestMailSender implements MailSender {

From source file org.jasig.openregistry.test.service.MockMailSender.java

/**
 * A Spring MailSender implementation for testing that does not actually send any emails
 * @version $Revision$ $Date$
 * @since 0.1
 */
public class MockMailSender implements MailSender {

From source file ar.com.zauber.commons.spring.mail.SwingMailSender.java

/**
 * Debug implementation of {@link org.springframework.mail.MailSender} that 
 * don't send the emails at all. It only show it in the screen using swing
 *
 * @author Juan F. Codagnone
 * @since Oct 5, 2005

From source file ar.com.zauber.commons.spring.mail.JdbcMailSender.java

/**
 * <p>
 * Implementacin de {@link MailSender} que manda los mensajes de 
 * MailSender a varias implementaciones.
 * </p>
 * </p>

From source file org.benassi.bookeshop.web.util.MailSenderMock.java

/**
 * Mail Sender mock implementation
 * @author Mahmoud Ben Hassine
 */
public class MailSenderMock implements MailSender {