diff --git a/README.md b/README.md index df90159..727b36c 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ Send email from a Hapi.js app using Google Mail (Gmail) ## Why? -We have been using Mandrill for sending email @dwyl +We have been using ~~Mandrill~~ AWS Simple Email Service (*SES*) for sending email @dwyl and we made a node module for this: https://github.com/dwyl/sendemail However we have had requests from *clients* to send email via Gmail. And have implemented this: https://github.com/dwyl/html-form-send-email-via-google-script-without-server -*However* ... the amount of *setup* required to use Mandrill is quite +*However* ... the amount of *setup* required to use ~~Mandrill~~ SES can be quite *daunting* to beginners. see: https://github.com/dwyl/sendemail#checklist-everything-you-need-to-get-started-in-5-minutes diff --git a/package.json b/package.json index 3acaebf..56925c3 100644 --- a/package.json +++ b/package.json @@ -33,16 +33,16 @@ "googleapis": "^7.0.0" }, "devDependencies": { - "hapi": "^13.2.1", - "hapi-auth-google": "^3.1.0", - "hapi-auth-jwt2": "^5.4.1", + "hapi": "^13.4.0", + "hapi-auth-google": "^3.2.1", + "hapi-auth-jwt2": "^6.0.0", "handlebars": "^4.0.5", - "istanbul": "^0.4.2", + "istanbul": "^0.4.3", "jsonwebtoken": "^5.7.0", - "nock": "^7.4.0", - "nodemon": "^1.9.1", + "nock": "^8.0.0", + "nodemon": "^1.9.2", "redis-connection": "^4.0.3", "tape": "^4.5.1", - "vision": "^4.0.1" + "vision": "^4.1.0" } }