public interface SoyMailBuilder
Modifier and Type | Method and Description |
---|---|
Iterable<MailMessage> |
build(SoyMailMessageRequest message)
Creates mail messages to the given recipients, using the supplied
context to render the soy template specified, then inlining the given
CSS with the given subject.
|
@Nonnull Iterable<MailMessage> build(@Nonnull SoyMailMessageRequest message)
message
- message containing message details to be sentCopyright © 2022 Atlassian. All rights reserved.