ssmtp for windows
Posted
by
reox
on Super User
See other posts from Super User
or by reox
Published on 2012-06-25T13:33:17Z
Indexed on
2012/06/25
15:18 UTC
Read the original article
Hit count: 241
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?
© Super User or respective owner