Try our conversational search powered by Generative AI!

Add "ReplyTo" to episerver xforms

Vote:
 

Hi,

Our client wants to automatically add a "ReplyTo" address to all xforms submits.

What I can see, it is only possible to change "MailTo" and not add "ReplyTo".

Is this correct?

#179017
May 29, 2017 15:43
Vote:
 

Yes, unfortunately. EPiServer "creates" sender directly just newing it up:

EMailConnection emailConnection = new EMailConnection();

which makes it impossible to fake it or wrap it. I would recommend to search for this issue in support ticket list. If there is none - then submit change request to EPiServer for at least hide `EMailConnection` class behind interface and let developers to override it.

#179032
May 30, 2017 8:35
Vote:
 
Thanks Valdis
#179111
May 31, 2017 15:19
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.