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.

Tracking Notification To User

  1. Is there a way to track the notification emails sent to users? I have a client that needs to shows that emails were sent. Can I can this information anywhere?

    Thanks.

    Posted 11 years ago on Thursday July 12, 2012 | Permalink
  2. David Peralty

    Gravity Forms hooks into WordPress' wp-mail.php file, and as such there is no tracking built-in. You would have to use a SMTP plugin to set-up the e-mail to send through some e-mail gateway that has/allows tracking of sent e-mails.

    Posted 11 years ago on Friday July 13, 2012 | Permalink
  3. You can also check with your host and see if outgoing mail is being logged. Using a service like Sendgrid will track delivered mail and opens as well, and would require using an SMTP plugin as David suggested. One I commonly recommend can be found here:

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

    Posted 11 years ago on Friday July 13, 2012 | Permalink