Ghost/ghost/members-api/lib
Simon Backx fd91f7eebb
Added email sent events (#15682)
fixes https://github.com/TryGhost/Team/issues/2137

For the analytics page, we need the sent events to show up immediately
after sending an email. Otherwise we need to wait for emails to be
marked as received (which takes too long) before being able to show them
on the analytics page.

This adds the email_sent_event, which is hidden by default everywhere
and used on the analytics page.
2022-10-24 11:11:44 +02:00
..
controllers
repositories Added email sent events (#15682) 2022-10-24 11:11:44 +02:00
services
MembersAPI.js Added feedback events to activity feed (#15639) 2022-10-17 15:44:18 +02:00