Discussion:
Appending Fields from Email Headers into Email Body
(too old to reply)
Rofans Manao
2018-11-26 07:34:00 UTC
Permalink
Dear all,

Is it possible to append fields from email headers into email body?

I have tried the following in my header_checks file, but it didn't work.

/^To: (.*?)$/ Prepend Body: $1

Thanks everyone.


Kind Regards,
Rofans Manao
Rofans Manao
2018-11-26 07:36:44 UTC
Permalink
Post by Rofans Manao
Dear all,
Is it possible to append fields from email headers into email body?
I have tried the following in my header_checks file, but it didn't work.
/^To: (.*?)$/ Prepend Body: $1
Thanks everyone.
Kind Regards,
Rofans Manao
Btw, this one works, but instead of appending it replaces the entire mail subject.

/^To: (.*?)$/ Prepend Subject: $1

Loading...