Skip to content

Commit

Permalink
switch to Reaction’s new fork of Nodemailer (#2427)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshimko authored Jun 13, 2017
1 parent 754e66b commit 9858361
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .bithoundrc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"mute": [
"wdio-mocha-framework",
"griddle-react",
"nodemailer",
"twilio",
"react-addons-create-fragment",
"react-addons-pure-render-mixin",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"dependencies": {
"@reactioncommerce/authorize-net": "^1.0.8",
"@reactioncommerce/nodemailer": "^5.0.4",
"accounting-js": "^1.1.1",
"autoprefixer": "^6.7.7",
"autosize": "^3.0.20",
Expand Down Expand Up @@ -58,7 +59,6 @@
"moment-timezone": "^0.5.11",
"nexmo": "^1.2.0",
"node-geocoder": "^3.16.0",
"nodemailer": "2.7.2",
"nodemailer-wellknown": "^0.2.1",
"nouislider-algolia-fork": "^10.0.0",
"npm-shrinkwrap": "^6.0.2",
Expand Down
2 changes: 1 addition & 1 deletion server/api/core/email/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import nodemailer from "nodemailer";
import nodemailer from "@reactioncommerce/nodemailer";
import getServiceConfig from "nodemailer-wellknown";
import url from "url";
import { Meteor } from "meteor/meteor";
Expand Down
2 changes: 1 addition & 1 deletion server/jobs/email.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import nodemailer from "nodemailer";
import nodemailer from "@reactioncommerce/nodemailer";
import { Emails, Jobs } from "/lib/collections";
import { Reaction, Logger } from "/server/api";

Expand Down

0 comments on commit 9858361

Please sign in to comment.