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.

No admin notification

  1. Hi, I have three forms that I have created. Each form is set to receive a notification to my gmail account, an msn account and a comcast account. None of the emails are being received. The notification to the clients are being received, but not to the admins. Please help!!

    Not sure what info you will need from me but I can provide it all!

    Thanks!

    Atlante

    Posted 11 years ago on Sunday August 19, 2012 | Permalink
  2. When it comes to notifications, Gravity Forms does not actually send the email notifications. That is 100% handled by your web server. Gravity Forms uses the WordPress wp_mail() function, a built in WordPress function, to ask your web server to send the email notification.

    This can happen when you do things such as configure the Send From address of email notifications to an email address that does not use the same domain name as the web site itself. Also, sometimes they can get spammed.

    After that, it is entirely up to your web server to reliably send the email. Unfortunately, many web hosts are simply unreliable at handling email properly when sent via PHP. This results in unreliable performance. There is a good read on that here: http://yoast.com/email-reliability/

    The most reliable way to configure WordPress to handle sending email is going to be to use SMTP. You would do this by installing the WP Mail SMTP plugin and then contacting your web host to get the appropriate SMTP settings. You would then need to configure the Send From of your notifications so that it uses an address associated with that SMTP account.

    http://wordpress.org/extend/plugins/wp-mail-smtp/

    Posted 11 years ago on Sunday August 19, 2012 | Permalink