# email-process-output

> Allows easy send process output (stdout and stderr) as email. Good solution form cron scripts.

Latest version **1.0.0** (published 2019-05-09) · ISC license · 0 weekly downloads

## Install

```sh
npm install email-process-output
pnpm add email-process-output
yarn add email-process-output
bun add email-process-output
```

Provides the command `email-process-output`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2019-05-09 |
| First published | 2019-05-09 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 15.3 KB |
| Known vulnerabilities | 0 (+11 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | https://github.com/profiprog |
| Maintainers | profiprog |
| Keywords | email, cron |

## Links

- npm: https://www.npmjs.com/package/email-process-output
- Repository: https://github.com/profiprog/email-process-output
- Homepage: https://github.com/profiprog/email-process-output#readme
- Issues: https://github.com/profiprog/email-process-output/issues
- npm.io page: https://npm.io/package/email-process-output

## Dependencies (1)

- [nodemailer](https://npm.io/package/nodemailer.md) ^4.6.7

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2019-05-09

## README

![logo](./resources/email-process-output.png)
# Email prosess output

### Install
```bash
$ npm i -g email-process-output
```

### Usage
```bash
$ 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.

---
_Source: https://npm.io/package/email-process-output · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
