Categories
Libraries
  • Github CLI
  • SSH
  • HTTPS
Clone Repo

zigmailer

Create custom SMTP servers on the fly.

Configuration

How to start?

Download the repository

git clone [email protected]:mailmug/zigmailer.git
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

Feedback

If you have any feedback, please reach out to us at [email protected]

About
Create custom SMTP servers on the fly
Owner
mailmug (User)
Last Commit
2024-08-06
Latest Release
Latest Release Date
Created
2024-08-05