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 com.postmark.PostmarkMailSender.java

/**
 * PostMark client implementation of Spring's MailSender.
 * 
 * This implementation opens one HTTP request per mail sent,
 * that could be improved by re-using a pool of HTTP connections.
 *