The N/email module is used to send email to send email messages from NetSuite to your recipients. The recipients are the receivers of the email and is a required parameters for the email.send() method. This parameter accepts: The internal ID of entity records Email addresses in string format A combination of both in array format… Continue reading MAXIMUM_NUMBER_RECIPIENTS_EXCEEDED error in N/email module
Tag: n/email
email.send of N/email module
N/email module is used to send regular, bulk, and campaign email. email.send() email.sendBulk() email.sendCampaign() The email.send() function in SuiteScript is used to send emails from within NetSuite. This function is part of the N/email module and allows you to send emails. The parameters are: author : The internal ID of the employee who is sending… Continue reading email.send of N/email module