[Archive] How to customize confirmation email

:classical_building: 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?

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?

@guilherme.santos You will not be able to do this.

The only options available for Whitelabel are documented below:

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:

  1. Default Modal UI
  2. Better UX flow,
  3. Easy recovery flows,
  4. 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.