-
- All Implemented Interfaces:
- org.springframework.mail.MailSender
public class ConsoleWritingMailSender
extends Object
implements org.springframework.mail.MailSender
MailSender
implementation writing the SimpleMailMessage
to be sent into the logs. Should be used for
testing purposes only.
- Author:
- Oliver Gierke
-
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
send(org.springframework.mail.SimpleMailMessage simpleMessage) |
void |
send(org.springframework.mail.SimpleMailMessage[] simpleMessages) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.