Does the function to send a confirmation email to the user consume the email sending limits?

I don’t have a Sendgrid key configured. If I check “send an email to confirm the email” in the Sign the user up workflow, could the email sending limit be reached? I saw that this limit is 100 emails (I think). In other words, if 100 new users sign up in one day, will the 101st user be unable to sign up because they didn’t receive the confirmation email?

I would assume yes because it’s sharing the same email process as all the other email actions. But you should definitely use your own Sendgrid key or another email service because the shared email is just for testing purposes. and you have no control over the “from” email, it just comes from a shared bubbleapps domain. Recently there was an outage for shared email users because Sendgrid can just disable all emails coming from that shared domain if one person abuses it.

1 Like