![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
nodemailer-cli-latest
Advanced tools
A command line interface for sending email, wrapped around nodemailer.
This project has been forked from the original nodemailer-cli and updated to latest NPM npackages. original project
A command line interface for sending email, wrapped around nodemailer.
Install the module globally to expose the nodemailer
command to your
environment.
npm install -g nodemailer-cli-latest
$ nodemailer --help
Usage: nodemailer <to> <from> [bodyText] [options]
to Email address, or comma separated list of email addresses to send mail to.
from Email address that the message should be from.
bodyText The plaintext message body.
Options:
-t, --service The nodemailer service identifier, if any.
-u, --username The SMTP username to use when authenticating. [local_user_name]
-p, --password The plain-text password to use when authenticating.
-s, --server The SMTP server that mail will be delivered to.
-r, --port The port to use when contacting the SMTP server.
-n, --nossl If set, SSL will not be used when sending mail.
-j, --subject The string to be used as the email's subject.
--cc An email address to Carbon Copy. List multiple recipients by appending multiple --cc parameters.
--bcc An email address to Blind Carbon Copy. List multiple recipients by appending multiple -bcc parameters.
--replyTo An email address that should receive replies if a recipient replies to your message.
--body A file to use as the message body.
--attachment A path to a file that should be attached. List multiple attachments by appending multiple --attachment parameters.
-v, --version Print version and exit.
Some environment variables can be used in place of CLI options. CLI options override these environment variables, if used, so these can be thought of as defaults.
v2.2.8
chalk.default
in /bin/nodemailer.js
v2.2.7
v2.2.6
v2.2.4
v2.2.0
v2.1.1
v2.1.0
--attachment
parameters — @mistralolv2.0.1
v2.0.0
v1.0.3
undefined
being passed for auth when no auth is specified. Thanks
to @mistralol.v1.0.2
v1.0.1
v1.0.0
v0.3.0
v0.2.0
v0.1.2
v0.1.1
v0.1.0
v0.0.1
Copyright (c) 2014 Nathan Wittstock
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
A command line interface for sending email, wrapped around nodemailer.
The npm package nodemailer-cli-latest receives a total of 1 weekly downloads. As such, nodemailer-cli-latest popularity was classified as not popular.
We found that nodemailer-cli-latest demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.