Interface SoyMailBuilder


public interface SoyMailBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    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

      @Nonnull Iterable<MailMessage> build(@Nonnull 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