Ivan
04/16/2018, 12:03 PMfunction afterSubmit(scriptContext) {
email.send({
author: 61115,
recipients: "<mailto:user_created_script_email@some.com|user_created_script_email@some.com>",
subject: "TESTING",
body: "some text"
});
}
No errors were raised.suitecloudfanatic
04/16/2018, 1:13 PM