Emails
Emails have pretty low client-side integration work, but you do need to register a player’s email.
this.userwise.EmailsModule.SetEmailAddress("test@test.com", (finished) => { });
After we have an email registered for the user, you can send emails within the dashboard.
Powered by UserWise