javascript - nlapiSenEmail API is Not sending email in Scheduled Script -
am new netsuite development. have created suitescript of scheduled script type. in use following code
nlapisendemail(473882, 'yoursfred@yahoo.in','test','test', null, null, null);
the above code sending email @ time of debuggin using netsuite script debugger. when create scheduled record , deployed same code , scheduled testing not sending code , not shows errors. can in this
also testing in sandbox account? sandbox accounts have limitations in sending out emails.
Comments
Post a Comment