michalk108968
Technical User
hI!
I have a quwstion. I'm wondering is it possible to edit fields from the email header on the fly or to store them, edit and send?
The long version of my question is like that:
I recieve email with filled fields
and I would like to read the header and basing on it's contents rewrite this email header and send it. The new header of this email should look like this:
- where constant is something I write and change once for a very long time.
Could You tell me if it's possible to be done?
Thnx for all the help
I have a quwstion. I'm wondering is it possible to edit fields from the email header on the fly or to store them, edit and send?
The long version of my question is like that:
I recieve email with filled fields
Code:
From: process_on_server@internal_server.com
To: other_company@external_server.com
and I would like to read the header and basing on it's contents rewrite this email header and send it. The new header of this email should look like this:
Code:
From: other_company@my_company.com
To: constant@other_company.com
Could You tell me if it's possible to be done?
Thnx for all the help