Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mailmug/zigmailer
Create custom SMTP servers on the fly
https://github.com/mailmug/zigmailer
Last synced: 2 months ago
JSON representation
Create custom SMTP servers on the fly
- Host: GitHub
- URL: https://github.com/mailmug/zigmailer
- Owner: mailmug
- License: mit
- Created: 2024-08-05T11:10:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T03:41:32.000Z (6 months ago)
- Last Synced: 2024-08-14T13:00:59.367Z (6 months ago)
- Language: Zig
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zig - SMTP Server🗒️Create custom SMTP servers on the fly
README
# zigmailer
Create custom SMTP servers on the fly.
## Configuration
#### How to start?
Download the repository
```
git clone [email protected]:mailmug/zigmailer.git
``````zig
zig build run
```## How To Test
Execute the following command
```
curl \
--url 'smtp://localhost:2525' \
--user '[email protected]:password' \
--mail-from '[email protected]' \
--mail-rcpt '[email protected]' \
--upload-file testmail.txt
```## Badges
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
## Feedback
If you have any feedback, please reach out to us at [email protected]