welcome email post sign up
# support-questions
d
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
hey @devcoelho - yes there is. See the section in our docs about post sign up operation
d
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:
Copy code
js
SuperTokens.sendEmail(...)
I mean I dont want to configure a custom SMTP to send these emails.
r
ah right. We don't have welcome emails at the moment.
d
oh thanks