monorepo icon indicating copy to clipboard operation
monorepo copied to clipboard

Send email to admins when a new volunteer application is created

Open MustafaTRKYLMZ opened this issue 9 months ago • 1 comments

Is your feature request related to a problem? Please describe.

After volunteers have applied, send two separate emails: one to the volunteer and one to the admins.

Describe the solution you'd like

Adjust create controller or use afterCreate lifecycle. The difference is, afterCreate will run even when the data is created from Strapi dashboard.

The roles that should receive information emails include admin and human-resource. Send an email to each user in these roles.

MustafaTRKYLMZ avatar May 18 '24 09:05 MustafaTRKYLMZ