Socket
Socket
Sign inDemoInstall

github.com/so0k/smtp-client

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/so0k/smtp-client


Version published
Created
Source

SMTP Client

Supports SSL/TLS and STARTTLS with plain auth only

NAME:
   smtp-client - Send test messages through SMTP

USAGE:
   smtp-client [global options] command [command options] [arguments...]

VERSION:
   0.1

COMMANDS:
     help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --host HOSTNAME, -H HOSTNAME   HOSTNAME for the SMTP server [$SMTP_HOST]
   --port PORT, -p PORT           PORT for the SMTP server (default: "587") [$SMTP_PORT]
   --user USERNAME, -u USERNAME   USERNAME for authentication [$SMTP_USERNAME]
   --password PASSWORD            PASSWORD for authentication [$SMTP_PASSWORD]
   --ssl                          use SSL/TLS (default: STARTTLS)
   --recipients LIST, -t LIST     LIST of recipients
   --sender EMAIL, -f EMAIL       EMAIL address of sender
   --subject SUBJECT, -s SUBJECT  SUBJECT for email message
   --body BODY, -b BODY           BODY for email message
   --help, -h                     show help
   --version, -v                  print the version

FAQs

Package last updated on 07 Jun 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc