function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Stephanie Zimmerman 7Stephanie Zimmerman 7 

Using email.setReplyTo for multiple email addresses

Hi, I need what I thought would be a quick change to the below code. 
email.setReplyTo('marc@xyz.com');

Instead of setting the Reply To to one email address, I need to set to three email addresses, such as below:
email.setReplyTo('marc@xyz, stacy@xyz.com, jill@xyz.com');

I tried this but the code is now not working so I'm sure I am wrong with the syntax in some way. Could anyone please tell me how to correct the above line to include three email addresses? Thank you!
Best Answer chosen by Stephanie Zimmerman 7
pconpcon
This is not something you can do.  The reply to for an email is by specification only a single address.