Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Added a note about logging options #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,15 @@ wp_mail('[email protected]', 'Subject goes here', 'Message goes here', $email);

You can find more examples here: https://github.com/sendgrid/sendgrid-php/blob/v4.0.2/README.md

### How do I see a log of emails that have been sent?

You can see recently sent emails in your [Activity Feed](https://app.sendgrid.com/email_activity) within Sendgrid.

To view the emails in Wordpress you can use one of these email logging plugins:

- [WP Mail Logging](https://wordpress.org/plugins/wp-mail-logging/)
- [Email Log](https://wordpress.org/plugins/email-log/)

### My server is slow. Can I increase the timeout for API requests?

Yes. You can define a constant in your wp-config.php file like this:
Expand Down Expand Up @@ -775,4 +784,4 @@ The value is in seconds, this means that API requests will wait 10 seconds for a
* Now you can switch between Sendgrid general statistics and Sendgrid WordPress statistics.

**1.1**
* SendGrid Statistics can be used by selecting the time interval for which you want to see your statistics.
* SendGrid Statistics can be used by selecting the time interval for which you want to see your statistics.