ryan360Works Posted December 5, 2018 Posted December 5, 2018 You can do this by passing in a comma separated list of email addresses as the value of the reply-to header like so Quote EmailSetHeader("reply-to";"[email protected],[email protected],[email protected],[email protected]")
RPaulH Posted December 5, 2018 Author Posted December 5, 2018 Ryan That was not working but I figured out I do not need the quotes around the addresses in my ReplyTo field. That field has the two addresses separated by a comma, no quotes. My script step: EmailSetHeader( "reply-to" ; ReplyTo ) runs and then when I click Reply I get both addresses.
ryan360Works Posted December 5, 2018 Posted December 5, 2018 Indeed, having the quotes in the text field with the addresses and then using a field reference in the function call will treat the quotes as part of the text. The quotes are only necessary if you are hard coding the text into the function. Glad you got it working!
Recommended Posts
This topic is 2519 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now