https://github.com/mailmug/zigmailer
Create custom SMTP servers on the fly
https://github.com/mailmug/zigmailer
Last synced: about 1 month 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T03:41:32.000Z (almost 2 years ago)
- Last Synced: 2024-12-04T18:43:14.740Z (over 1 year ago)
- Language: Zig
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 git@github.com:mailmug/zigmailer.git
```
```zig
zig build run
```
## How To Test
Execute the following command
```
curl \
--url 'smtp://localhost:2525' \
--user 'username@gmail.com:password' \
--mail-from 'username@gmail.com' \
--mail-rcpt 'john@example.com' \
--upload-file testmail.txt
```
## Badges
[](https://choosealicense.com/licenses/mit/)
## Feedback
If you have any feedback, please reach out to us at info@mailmug.com