https://supertokens.com/ logo
welcome email post sign up
d

devcoelho

03/17/2023, 1:21 AM
hey guys! is there a way to send a custom email to the user? for example, I want to send a welcome email after sign up.
r

rp

03/17/2023, 5:46 AM
hey @devcoelho - yes there is. See the section in our docs about post sign up operation
d

devcoelho

03/17/2023, 4:05 PM
Yes, I did it, but I'm asking if there is a way to send a welcome email to the user with SuperTokens email system.
For example, when I need to reset my password, SuperTokens sends me an email. I'm asking if I can use the SuperTokens to send a welcome email too.
Example of code:
js
SuperTokens.sendEmail(...)
I mean I dont want to configure a custom SMTP to send these emails.
r

rp

03/18/2023, 4:22 AM
ah right. We don't have welcome emails at the moment.
d

devcoelho

03/19/2023, 5:29 PM
oh thanks