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 [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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages