https://github.com/codershubinc/smtp
https://github.com/codershubinc/smtp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codershubinc/smtp
- Owner: codershubinc
- License: gpl-3.0
- Created: 2025-05-05T20:01:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-27T14:06:44.000Z (about 1 year ago)
- Last Synced: 2025-06-27T14:44:00.205Z (about 1 year ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# smtp
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.13. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.