npm.io
1.0.0 • Published 7 years agoCLI

email-process-output

Licence
ISC
Version
1.0.0
Deps
1
Size
15 kB
Vulns
11
Weekly
0

logo

Email prosess output

Install

$ npm i -g email-process-output

Usage

$ email-process-output --help
Usage: email-process-output [OPTONS] COMMAND [...ARGS]
Options:
    --username username - GMail account
    --password pass-or-file - password or filepath cotaining password
    --config config-file - json file having default options
    --from sender - like "User Name" <user.name@gmail.com>
    --to recipients - comma separated list
    --cc recipients - comma separated list
    --bcc hidden-recipients - comma separated list
    --replyTo reply-adderss - like "Cron" <automat@gmail.com>
    --subject subject - default value is command with args
    --template template - "prefix HTML code {} suffix HTML code"
    --ignore success|empty - do not send email if process not exited with error code or if process does not produce any output
    --echo echo stdout and stderr (disable quite mode)
    
Limits

Currently supports sending email just via Gmail.

Keywords