spatie / blender

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

Add a module for e-mail recipients #446

Closed sebastiandedeyne closed 6 years ago

sebastiandedeyne commented 6 years ago

We mostly hard code recipients for forms in a config file. Would be nice to have these in a database so admins can edit these themselves.

| id | form       | email               |
|----|------------|---------------------|
| 1  | contact    | sebastian@spatie.be |
| 2  | contact    | freek@spatie.be     |
| 3  | complaints | info@spatie.be      |

In the interface we'd display everything at once, admins can add 1-* recipients per form (maybe a nice JS component for repeating text fields)