Package com.atlassian.bitbucket.mail
Interface SoyMailBuilder
public interface SoyMailBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(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.
-
Method Details
-
build
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.- Parameters:
message
- message containing message details to be sent- Returns:
- created mail messages
-