The issue is the web server is not setting the Send To address, it's setting it's own. Your Gravity Forms plugin doesn't know what email you used to purchase Gravity Forms with. It isn't stored anywhere on your local plugin install and the plugin doesn't communicate with our servers to send email... so it isn't going to set this email for you automatically because it doesn't know or store this information.
It's going to use whatever you configured in your Notification when it calls the wp_mail() function. But it's up to your web server to then send the email.
We encountered a similar issue ourselves with BlueHost, and it was due to the fact we were sending From an email address that was not associated with our hosting account so it wouldn't allow us to use a different email address. BlueHost had to make a change on their end.
Installing and re-installing Gravity Forms isn't going to correct this issue. It's an issue with how your web server is sending email. It isn't an issue with Gravity Forms itself, so re-installing won't resolve it.
If you send us a WordPress admin login for the site we can take a look and create a test form with our own email, but if it's a web server issue related to sending email there isn't going to be anything we can do on our end to correct it. It's related to using Send From addresses that aren't associated with the domain name hosted on your web server.
Another option you could try is to configure your site to send email using the WP Mail SMTP plugin which will use SMTP to send email. You can find this plugin here:
http://wordpress.org/extend/plugins/wp-mail-smtp/
You will have to install, activate and properly configure the SMTP settings for that plugin. It includes a Test Email feature that you can use to test to make sure the SMTP plugin is sending email properly.
Posted 13 years ago on Friday June 17, 2011 |
Permalink