Open
Description
Use the following script to send email dynamically
var mail = new GlideEmailOutbound();
mail.setSubject('Hello darkness, my old friend');
mail.addRecipient('[email protected]');
mail.addAddress('cc', '[email protected]');
mail.setBody("I've come to talk with you again");
mail.save();
Metadata
Metadata
Assignees
Labels
No labels