We initially needed to have the users confirm their email.
So we set up the user signup, including a block to send a confirmation email.
All other emails are being received by our (big corporate) client, accept the confirmation email.
We are sending our email through SendGrid and I can tell that they were accepted by their mailserver.
Anyway,… as a workaround I wanted to CONFIRM the email account on their behalf using the backend so they can at least log in. But I can’t find a way to do this.
Do you guys / gals know of a way to set the email.confirmed = true?
Secondly. Our corporates DON’T allow email with a link “hidden” under a text. So for most emails we have the friendly link (here is a link) and we have the fully spelled out link that they can copy and paste into their browser. “//linktoanywhere”
BUT the send confirmation email mail sent by bubble I have no control over the contents.
→ Is there a way to generate a confirmation link that I can include in an email I make myself?