Closed AlexVanderbist closed 6 years ago
Allows for multiple configurable recipients for multiple forms used throughout the application.
The recipients() helper returns an array of email addresses for a certain form. These recipients can be configured from within Blender.
recipients()
In non-production environments the recipients() will always return the mail.development_recipients.
mail.development_recipients
👏
Allows for multiple configurable recipients for multiple forms used throughout the application.
The
recipients()
helper returns an array of email addresses for a certain form. These recipients can be configured from within Blender.In non-production environments the
recipients()
will always return themail.development_recipients
.