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
Community Advisor
Community Advisor
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  | https://themartech.pro
Manoj_Kumar
Community Advisor
Community Advisor
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  | https://themartech.pro