mailParameters replyAddress | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by _Manoj_Kumar_
It won't work in the continuous delivery

1 reply

_Manoj_Kumar_
New Participant
March 22, 2021

Hello @david--garcia 

 

You can try this.

 

var delivery=nms.delivery.load("DELIVERY_TEPMPLATE_PRIMARY_KEY"); delivery.mailParameters.replyAddress="david@test.com"; delivery.save();

 

Let me know if that works.

     Manoj     Find me on LinkedIn
_Manoj_Kumar_
New Participant
March 22, 2021
Also, if you are using the delivery activity from actions tab. Then just writing delivery.mailParameters.replyAddress="david@test.com"; in advanced tab will do the job.
     Manoj     Find me on LinkedIn