Archived Content from Web3Auth Community
This topic was originally posted by guilherme.santos on 9/9/2023.
This content has been migrated from our previous community forum to preserve valuable discussions.
I am using no-modal SDK to authenticate users using passwordless flow but would like to customize confirmation email. How can I change the email logo, colors, texts and anything?
vjgee
September 9, 2023, 3:12am
2
There is no way to change the content and structure of the email verification page.
Is there a way to send my own confirmation email instead of web3authโs default email?
vjgee
September 11, 2023, 10:47am
4
@guilherme.santos You will not be able to do this.
The only options available for Whitelabel are documented below:
<a href="https://web3auth.io/docs/pnp/features/whitelabel/" target="_blank" rel="noopener">web3auth.io</a>
Web3Auth Plug and Play Whitelabel | Documentation - Web3Auth
However, since you ask, the alternative is to use CoreKit tkey SDK Web3Auth Core Kit tKey JS SDK | Documentation | Web3Auth where you can build and maintain your own UI & UX for login
Some of the features you get with Plug n Play are:
Default Modal UI
Better UX flow,
Easy recovery flows,
MFA setup
One advantage of TKey over PnP would be to implement your own email confirmation screen and email templates.
You can look at the differences here Plug and Play vs Core Kit | Documentation | Web3Auth
If you need a higher level of customization with the UI, I would suggest considering our Enterprise Plan.