PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Specific php mail requirements for this particular host

  1. 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!

    Posted 11 years ago on Friday May 31, 2013 | Permalink
  2. David Peralty

    Gravity Forms pushes notifications through WordPress' built-in PHP sendmail file wp-mail.php You shouldn't edit core files. You should try to find a plugin or way to create one that changes things to meet those specifications.

    Posted 11 years ago on Friday May 31, 2013 | Permalink