Hi,
Does anyone knows how i edit the default email confirmation template ?
Hi,
Does anyone knows how i edit the default email confirmation template ?
Ignore the “send confirmation email” check box - in the sign up workflow
Have this workflow sequence:
Thank you. I did everything u told me it is good but how i can make a link in the email subject that confirms the account? i don’t see a way to do it
if you click the settings tab and go to language you can change the default text for Email confirmation subject, Email confirmation body, and others.
Thanks alot!
Can we include dynamic content is the body of the email please?
@yanisbensalem you can do that in a different way. Use the mailchimp extended plugin to sign the user up via API from your Bubble Backend. This will allow you to pass the email and name like i do below. Then in mailchimp you can create merge fields in your customized and templates that are way cooler than what bubble can do. See everything you can pass here: https://developer.mailchimp.com/documentation/mailchimp/reference/overview/
Everytime a user signs up, I can send them a welcome mail. Or if someone completes a survey through my app i can send them a thank you email by using several different campaigns in mailchimp that send immediately. And it looks nice. If you are good at HTML and CSS you can knock yourself out as well.