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.
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.
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.
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: