A host I'm working with for a new client requires a specific format to allow php created emails to be sent from the server we are using to build a web app with gravity forms. Here is an example of what they require for the php mail function:
mail($to, $subject, $message, $headers,'-fpostmaster@domain.com');
What file and function in the gravity forms wp plugin do I need to modify with the '-fpostmaster@domain.com' option/addition?
Any help is appreciated!
Thx!