Uses of Class
org.springframework.mail.SimpleMailMessage
Package
Description
Spring's generic mail infrastructure.
JavaMail support for Spring's mail infrastructure.
-
Uses of SimpleMailMessage in org.springframework.mail
Modifier and TypeMethodDescriptiondefault void
MailSender.send
(SimpleMailMessage simpleMessage) Send the given simple mail message.void
MailSender.send
(SimpleMailMessage... simpleMessages) Send the given array of simple mail messages in batch.ModifierConstructorDescriptionSimpleMailMessage
(SimpleMailMessage original) Copy constructor for creating a newSimpleMailMessage
from the state of an existingSimpleMailMessage
instance. -
Uses of SimpleMailMessage in org.springframework.mail.javamail
Modifier and TypeMethodDescriptionvoid
JavaMailSenderImpl.send
(SimpleMailMessage... simpleMessages)