Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hundreds of emails sent out but no entries recorded #11

Open
kevadamson opened this issue Jan 13, 2022 · 1 comment
Open

Hundreds of emails sent out but no entries recorded #11

kevadamson opened this issue Jan 13, 2022 · 1 comment

Comments

@kevadamson
Copy link

Yesterday my client had 474 emails sent to him informing him of new guest entries - of which there were none recorded in the system/DB. Any ideas what might be causing this?

@kevadamson
Copy link
Author

FYI, a friend has said "It may send a notification if event_after_save_entry is triggered elsewhere", in reference to:

Event::on(SaveController::class, SaveController::EVENT_AFTER_SAVE_ENTRY, function(SaveEvent $e) {
    $entry = $e->entry;
    GuestEntriesNotification::$plugin->guestEntriesNotificationService->sendNotification($entry);
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant