how to edit email header

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

how to edit email header

emailtoakash
i want to add some detail from the form to the email header.
any suggestions?
Reply | Threaded
Open this post in threaded view
|

Re: how to edit email header

Erik Bruchez
Administrator
This is not possible without modifying the Orbeon Forms source code. -Erik
Reply | Threaded
Open this post in threaded view
|

Re: how to edit email header

Erik Bruchez
Administrator
Alternatively, you could write your own email service. Form Runner would post the XML data to the service, and your service would send the email. Then you would have full control over the email message.

-Erik
Reply | Threaded
Open this post in threaded view
|

Re: how to edit email header

emailtoakash
In reply to this post by Erik Bruchez
If it can be done editing source code...then Please help.!!
Reply | Threaded
Open this post in threaded view
|

Re: how to edit email header

Erik Bruchez
Administrator
You can modify email-form.xpl:

    https://github.com/orbeon/orbeon-forms/blob/master/src/resources/apps/fr/email/email-form.xpl

Create a copy, place your copy under:

    WEB-INF/resources/apps/fr/email/email-form.xpl

and make your changes there.

-Erik