CamoOriginal post
Rank 4: Virtual Machine
We are setting up SMTP in our project, and there are templates for siging up, magic link, etc.
I was wondering, if there is any way to feed your own templates and use the built in smtp that is setup for the project ? I.e. is there a shared function or something that allows me to send stuff, or i have to use external functions e.g. sendmail to do that?
Summary
Developers are asking if they can use their own templates with the built-in SMTP setup in their project, or if they need to use external functions like sendmail.