Options
Email auth with i!-EquipmentMonitor
Question,
I'm trying to setup a system to send out email alerts when specific devices go down. I am currently using the EquipmentMonitorOut.axi
I have seen on other posts that EquipmentMonitor doesn't support SSL secure connection with the smtp server. Does anyone know if it supports TLS secure connection?
I'm trying to setup a system to send out email alerts when specific devices go down. I am currently using the EquipmentMonitorOut.axi
I have seen on other posts that EquipmentMonitor doesn't support SSL secure connection with the smtp server. Does anyone know if it supports TLS secure connection?
Comments
If anyone else is interested, here is the command line email software I'm using:
http://caspian.dotconf.net/menu/Software/SendEmail/
[Supported Platforms: Linux, BSD, OS X, Windows 98, Windows NT, Windows 2000, & Windows XP]
(works great if you want to send mail using gmail's smtp server)
I have implemented SMTP AUTH in AMX's mailer but it is unencrypted (just base64-based auth, no SSL or TLS).