rittenhop-ghost/versions/5.94.2/node_modules/nodemailer-shared
2024-09-23 19:05:38 -04:00
..
lib adding local files for running this....locally 2024-09-23 19:05:38 -04:00
test adding local files for running this....locally 2024-09-23 19:05:38 -04:00
.eslintrc.js adding local files for running this....locally 2024-09-23 19:05:38 -04:00
.npmignore adding local files for running this....locally 2024-09-23 19:05:38 -04:00
.travis.yml adding local files for running this....locally 2024-09-23 19:05:38 -04:00
Gruntfile.js adding local files for running this....locally 2024-09-23 19:05:38 -04:00
LICENSE adding local files for running this....locally 2024-09-23 19:05:38 -04:00
package.json adding local files for running this....locally 2024-09-23 19:05:38 -04:00
README.md adding local files for running this....locally 2024-09-23 19:05:38 -04:00

nodemailer-shared

Shared methods for the Nodemailer stack.

Methods

  • parseConnectionUrl(str) parses a connection url into a nodemailer configuration object
  • getLogger(options) returns a bunyan compatible logger instance
  • callbackPromise(resolve, reject) returns a promise-resolving function suitable for using as a callback
  • resolveContent(data, key, callback) converts a key of a data object from stream/url/path to a buffer

License

MIT