Book Image

Mastering Spring Application Development

By : Anjana Mankale
Book Image

Mastering Spring Application Development

By: Anjana Mankale

Overview of this book

Table of Contents (19 chapters)
Mastering Spring Application Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 3. Mailing with Spring Mail

A mailing API is a part of all modern web applications. End users prefer to be intimated by mail on details of the transactions performed with the application.

Spring has made it easier to provide mailing abilities to any Java application. In this chapter, we shall see how we can use the Spring mail template to e-mail recipients. In the previous chapter, we used messaging as the middleware to store messages in the queue, and now in this chapter, we shall demonstrate using Spring mailing template configurations using different scenarios.