Hi,
I was wondering if it was possible to send a mail verification without having to switch to mail login ?
Moreover I would like to know if an email can be sent using a sendgrid template with the Moralis.Cloud.sendEmail function ?
Hi,
I was wondering if it was possible to send a mail verification without having to switch to mail login ?
Moreover I would like to know if an email can be sent using a sendgrid template with the Moralis.Cloud.sendEmail function ?
Hey @SachaH
Take a look at:
https://docs.moralis.io/moralis-server/tools/sending-email#email-template
Hey @Yomoo I did look at it before but after having done the configuration. I donโt see how Iโm suppose to send a verification email manually without passing by user signup.
You can send emails to unregistered users.
But verification emails are for verification Users which have User object
in your database.
Ok thanks for the information.
My goal was to allow to set his email later on and to verify it when he set it up but i guess thatโs not possible right now
Regarding my other question is it possible to send a sendgrid template to the moralis sendemail function ?