Package com.atlassian.bitbucket.mail
Interface SoyMailBuilder
public interface SoyMailBuilder
- 
Method SummaryModifier 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- 
buildCreates 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
 
 
-