mail_script email.addAddress not working
I'm trying to add recipients to an email notification by using the following code (I copied this directly from the Wiki<mail_script> //email.addAddress(type, address, displayname); email.addAddress("cc", "john.copy@example.com","John Roberts");...