public interface

SoyMailBuilder

com.atlassian.bitbucket.mail.SoyMailBuilder

Summary

Public Methods
@NotNull 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.

Public Methods

@NotNull public 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.

Parameters
message message containing message details to be sent
Returns
  • created mail messages