Java org.springframework.mail.javamail JavaMailSender fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.mail.javamail JavaMailSender fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.mail.javamail JavaMailSender.

The text is from its open source code.

Implementation

org.springframework.mail.javamail.JavaMailSender has the following implementations.
Click this link to see all its implementation.

Constructor

Method

MimeMessagecreateMimeMessage()
Create a new JavaMail MimeMessage for the underlying JavaMail Session of this sender.
ClassgetClass()
Returns the runtime class of this Object .
voidsend(MimeMessage mimeMessage)
Send the given JavaMail MIME message.
voidsend(MimeMessage... mimeMessages)
Send the given array of JavaMail MIME messages in batch.
voidsend(MimeMessagePreparator mimeMessagePreparator)
Send the JavaMail MIME message prepared by the given MimeMessagePreparator.
voidsend(MimeMessagePreparator... mimeMessagePreparators)
Send the JavaMail MIME messages prepared by the given MimeMessagePreparators.