Example usage for org.springframework.mail.javamail JavaMailSender interface-usage

List of usage examples for org.springframework.mail.javamail JavaMailSender interface-usage

Introduction

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

Usage

From source file org.springframework.mail.javamail.JavaMailSenderImpl.java

/**
 * Production implementation of the {@link JavaMailSender} interface,
 * supporting both JavaMail {@link MimeMessage MimeMessages} and Spring
 * {@link SimpleMailMessage SimpleMailMessages}. Can also be used as a
 * plain {@link org.springframework.mail.MailSender} implementation.
 *