Scenario: When we use email.send function in suitescript, sometimes this type error: email.send is not a function will be thrown. Solution: Check and confirm N/email module is added. Check the parameters passed to send email function, or the variable used to assign the email id. This error mainly occurs, when we use parameters as ’email’… Continue reading Resolve Type Error: email.send is not a function
Tag: email.send
Email send details and limitations
Sends email to an individual or group of recipients and receives bounceback notifications. A maximum of 10 recipients (recipient + cc + bcc) is allowed. For multiple recipients, use an array of internal IDs or email addresses. You can use an array that contains a combination of internal IDs and email addresses. The total message… Continue reading Email send details and limitations