Interface EmailFactories

All Known Implementing Classes:
DefaultEmailFactories

public interface EmailFactories
Set of factories for default email notifications.

To send a change related email, first ChangeEmail.ChangeEmailDecorator needs to be constructed and configured. The decorator is then passed in createChangeEmail(NameKey, Change.Id, ChangeEmailDecorator) and finally the result to createOutgoingEmail(String, EmailDecorator) to be sent.