This application is only test a better performance (multi-thread) to send e-mail notifications by SMTP utilization Goroutines and Channels.
- Check queue every 15 seconds.
- Pushed queued emails via SMTP.
- Unsent emails remain in the queue
- Sent emails are logged
- Generated action log in crontasklogs.
- Rename file ..env_copy_and_rename_this_envfile to .env
- Set your config data in .env
- Execute
go build