How to send an email with custom defined template ...
# suitescript
a
How to send an email with custom defined template usig suitscript 2 ? a basic example would help
n
Look at N/render module
You will need to load your template and assign it as the templateContent property of the render.TemplateRenderer object
👍 1
a
Done .. Thanks for help