Create custom SMTP servers on the fly.
Download the repository
git clone [email protected]:mailmug/zigmailer.git
zig build run
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
If you have any feedback, please reach out to us at [email protected]