I want to build form sending email.
As you know there is no sending email function in javascript. But in SuiteScript there is nlapiSendEmail function.
Can I use this function in this page?
I want to build form sending email.
As you know there is no sending email function in javascript. But in SuiteScript there is nlapiSendEmail function.
Can I use this function in this page?
You will need to create a Service and Model file and call them from your client side code. These files are run server-side so you can use nlapiSendEmail.