Header(Value)
Returns any named header value from the email. Returns a blank string if the header value does not exist.
Parameters
Value. Specifies the name of the header value to retrieve.
Examples
Copy
comm("comm_replyto") = email.Header("Reply_To");