I only have one place in my whole system where an email confirmation is sent, and yet it’s sending 2 x emails each time. Anyone know why?
Hi @beccijanereid,
Unfortunately, these things typically don’t magically happen. There might be a WF you’re missing. Is this a confirmation email sent via sign up through Bubble’s built-in option?
If not, I recommend going through all your pages and backend WFs and searching for the send email action.
I’m curious if you have a trigger workflow or a duplicate workflow on the page.
I did a search of the whole database for the action “send email confirmation” and there was only 1. When the user clicks to “sign-in” it does a search to see if they are confirmed, and if they are not confirmed, it triggers a custom event which sends the email confirmation.