I am using phpmailer for sending emails, but I want to make a custom header for my company, by adding a textarea field that contain any custom header for example using a header like this one:
Subject: __Subject
From: __From
Reply-to: <__Reply-To>
To: __To
Date: __smtpDate
or any other header types.. How can I do this in details please, thanks in advance.