https://github.com/zebrajaeger/electron-mail-sendfile
https://github.com/zebrajaeger/electron-mail-sendfile
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zebrajaeger/electron-mail-sendfile
- Owner: zebrajaeger
- Created: 2023-01-16T12:44:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T12:47:10.000Z (over 3 years ago)
- Last Synced: 2025-02-07T23:43:03.061Z (over 1 year ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```