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