- docker pull alquama00s/otp_mailer:1.0
- prepare the env.list file
- docker run -p 80:8000 --env-file path/to/env.list alquama00s/otp_mailer:1.0
-
Smtp servers can only serve a constant number of concurrent requests (eg outlook can serve a max of 3 concurrent requests) this server can sit in between your client and smtp servers and can increase the concurrent requests count to upto 1000.
-
Uses redis to store otp (and expire it) securely.
-
detects and blocks spam email addresses (temp mail etc)
-
prevents brute forcing of otp by expiring it when attempted.