ssmtp for windows
- by reox
I have the following problem with a software that should do mail notification for a biometric entry system:
the software does currently only support SMTP over port 25 without TLS/SSL. Which is bad because port 25 is blocked in our network due spam reason and our mailserver only support TLS / SSL logins.
so i need a solution to connect to a localhost smtp server which just relays to my ssl host on port 587.
i know there is ssmtp for linux, but i need it for windows, because the server app for this biometric stuff only runs on windows...
edit: i know there is the IIS SMTP Server, but maybe something different?