-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
bin/.jshintrc |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
bin/.travis.yml |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
#Gmail Inbox Actions | ||
|
||
Allows to approve your wordpress comment from your Gmail inbox, without logging into your site. | ||
## Requirements: | ||
|
||
- Emails must be [authenticated via DKIM or SPF](https://support.google.com/mail/answer/180707?hl=en) | ||
- If you are unable to modify your DNS records to support this, one way of achieving is through the use of [Postmark] (https://postmarkapp.com) or Google Apps service | ||
- Your domain of the DKIM or SPF signatures must match the domain of your From: email address exactly. eg for From: [email protected] the DKIM must be for the bar.com domain and not a subdomain such as email.bar.com. | ||
- Emails must come from a static email address, eg [email protected] | ||
- Emails must follow [Google's general email guidelines](https://support.google.com/mail/answer/81126?hl=en) | ||
|
||
|
||
Once you have met these basic requirements, you can then [register with Google](https://developers.google.com/gmail/actions/registering-with-google) so your customers can start seeing the new Go-to Actions in their inboxes. | ||
|
||
|
||
[Full list of requirements from Google](https://developers.google.com/gmail/actions/registering-with-google) | ||
|
||
|
||
## Installation | ||
Follows the normal installation, you can upload the gmail-inbox-action folder to `wp-content/plugins` folder | ||
|
||
## Configuration | ||
|
||
Update your Gmail account email in general settings. |