If you really need to add custom headers, you could either: 1. Make an HTTP request to a PHP file using "/tool fetch". You can pass all needed variables into the URL. Once in PHP, you can add any additional headers you want, and send the mail from PHP. 2. Instead of sending the email to y...