craftcms / guest-entries

Accept anonymous entry submissions with Craft.
MIT License
106 stars 26 forks source link

Email notifications #21

Closed brandonkelly closed 6 years ago

billythekid commented 7 years ago

FWIW I did write a plugin to do this based on the Craft2 version of the plugin: https://github.com/fortytwostudio/Email-On-Guest-Entry

elvdm commented 7 years ago

Alternatively, this functionality is also provided in https://github.com/therefinerynz/courier

It can listen to any event, including the events fired by the Guest Entries plugin, and send custom emails.

davorpeic commented 6 years ago

Any updates on this, what would be best way to send notification in Craft 3? Courier is not published in packagist and it looks it doesn't work

edit: Tried https://github.com/Rias500/craft-notifications and it works, I used GuestEntries class and event.

brandonkelly commented 6 years ago

We’re planning on adding a notification system to Craft at some point, so going to hold off on this until that’s a thing. In the meantime, the Notifications plugin looks like a solid solution.