Class | Description |
---|---|
EntityMailSenderTransformer |
A
MailSenderTransformer that derives the recipients and the content from a single entity using additional Transformer s
One can optionally alter the output to be aString of recipents mail sent to (optional convenience), unlike the parent class that leaves it to EntityMailSenderTransformer.getOutput(Object) . |
MailSenderTransformer |
For a given Content, using a
MailSenderTransformer.mailerService and MailSenderTransformer.messageSettings ; the Transformer will return the input for chaining if #outputTransformer is null |
StringToInternetAddressTransformer |
Convert String, Object Array, Map to
InternetAddress
Object[] - [0] represents email, [1] represents Name Map - Will look for keys email, name |
Copyright © 2018. All rights reserved.