@jiversen If the form that isn't sending email is the form that is integrated with PayPal, then there are things related to how you configured the PayPal integration that could prevent the email from being sent.
Send David your site login information as he requested above. We can take a look at how you have things setup to see if that is indeed the situation.
Be sure to read my reply below to the other poster on this thread. It's also applicable to you and any Gravity Forms user when it comes to email notification reliability.
@perry Your issue is email reliability. This is a server, site and DNS issue related to how your web server and WordPress site are configured to send email. Just because an email is sent does not mean it will arrive reliably.
There are a variety of factors that come into play with email reliability and none of them are things Gravity Forms itself controls. Gravity Forms simply passes the Send To, Send From, Subject and Message of the email to the core WordPress wp_mail() function and that is where it's involvement ends. It is then entirely up to your web server to reliably send the email.
The best article I have found that discusses how to make your WordPress site more reliable at sending email is this one by Joost de Valk:
http://yoast.com/email-reliability/
His article discusses improving email reliability for comment related emails sent by WordPress. But it is directly applicable to email reliability with Gravity Forms because both of them use the same core WordPress function to send email the exact same way using the wp_mail() function.
Posted 12 years ago on Thursday April 19, 2012 |
Permalink