spatie / blender

The Laravel template used for our CMS like projects
https://freek.dev/on-open-sourcing-blender
876 stars 148 forks source link

Add configurable form recipients #473

Closed AlexVanderbist closed 6 years ago

AlexVanderbist commented 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.

In non-production environments the recipients() will always return the mail.development_recipients.

freekmurze commented 6 years ago

👏