From e842abe9175a100aa29422510b578b4d28c918f0 Mon Sep 17 00:00:00 2001 From: Daniel Doyle Date: Thu, 26 May 2022 08:27:43 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0b5842c..e2631ce 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ A simple way to send mail via the Gmail API with Oauth authentication This module allows Magento to send emails through the Gmail API using Oauth authentication, instead of SMTP. ## TODO +- [ ] Allow configuring different test email addresses +- [ ] Better handling of refresh token errors - [ ] Add instructions/wiki for configuring the Oauth application within the Google Developer console - [ ] Add unit/integration tests - [ ] Add CI