Skip to content

mailmug/zigmailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zigmailer

Create custom SMTP servers on the fly.

Configuration

How to start?

Download the repository

git clone git@github.com:mailmug/zigmailer.git
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

MIT License

Feedback

If you have any feedback, please reach out to us at info@mailmug.com

About

Create custom SMTP servers on the fly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages