08-19-2015 01:44 PM - edited 08-19-2015 01:45 PM
Trying to send an SMTP email from a compact rio (with alarm information) and I get:
Error 363700 occurred at LabVIEWSMTPClient.lvlib:Send.vi:2280001.
Possible reason(s):
LabVIEW: An internal error occurred when setting a CURL option.
Does anyone know what this means?
08-19-2015 07:15 PM
08-20-2015 01:39 PM
Thanks- No, can't send any emails from the RIO, but the exact same code works from a desktop PC.
There isn't much to configure for SMTP on port 25 - just the address of the server, sender email, to: address and message contents, its all pretty simple, that's why i'm stumped. ( I did upload the SMTP library to the cRIO (else it errors on the open handle.vi). )
08-20-2015 02:32 PM
08-21-2015 05:31 PM - edited 08-21-2015 05:39 PM
Which RIO are you using? SMTP is not supported on VxWorks and only partially supported on Pharlap (http://digital.ni.com/public.nsf/allkb/ACDA5B0F5940674B862572D1007D45EA)
08-24-2015 01:28 PM
Thanks for the response. This is a CRIO 9704 running VXworks.
08-31-2015 08:24 AM
Thanks for the response - as SMTP is not supported, any ideas of a workaround or alternative?
08-31-2015 12:00 PM
08-31-2015 04:51 PM
That's what i'm doing. but that creates more potential points of failure. Given that these are critical alarms the design philosophy is to keep it as close to the hardware as possible.
08-31-2015 06:18 PM