-
Notifications
You must be signed in to change notification settings - Fork 40
Nodemailer transport doesn't found #14
Comments
You need to manually add nodemailer to your project as well.
|
Thanks @LorbusChris Yes I had installed nodemailer initially . But the issue is , If I set transport as nodemailer then it's explicitly looking for lib/transports/nodemailer/index.js which is not found |
Oh yea, you're actually on to something. There hasn't been published a new version to npm since addition of the nodemailer transport. For the time being, in your dependencies in package.json you can specify
to pull master from this repo directly on npm install. @JedWatson do you mind publishing a new version to npm? I'd be excited to see how the nodemailer transport performs out in the open =) |
I just ran into this issue as well. Thanks to @ivanclaud for pointing it out. Happy to switch to listing the Github repo for now, but it's be great to get the npm version updated. 😄 |
Just publishing package to npm may not work . Because I ran into this (#15) as well |
Is there a reason this is not published on npm yet? Linking to a github master branch is not wise in production. |
Hi,
I'm trying to send email using nodemailer but nodemailer package doesn't found if i install using npm install keystone-email
So done a workaround, installed from github npm install https://github.com/keystonejs/keystone-email.git
The text was updated successfully, but these errors were encountered: