An open API service indexing awesome lists of open source software.

https://github.com/zebrajaeger/electron-mail-sendfile


https://github.com/zebrajaeger/electron-mail-sendfile

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# electron-mail-sendfile

Send multiple files via mail

## Project Setup

### Install

```bash
$ npm install
```

### Development

```bash
$ npm run dev
```

### Build

```bash
# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux
```