I want to add Reply to email field for Email marketing, But I can add custom fields to UI and store the same in Database but the problem is how to intercept Emails sent via Email marketing and add reply to email to that mail.
I am not sure where NewsletterEvents can have option to modify the reply to header.
Is there any way to achieve this in Kentico 9.
Probably you should be able to create your own custom handler for this.
https://docs.kentico.com/k9/custom-development/handling-global-events
I guess the NewsletterEvents object should cover this.
https://docs.kentico.com/k9/custom-development/handling-global-events/reference-global-system-events#Reference-Globalsystemevents-NewsletterEvents
Please, sign in to be able to submit a new answer.