02-24-2010 08:53 AM
A desired enhancement of our existing SCADA application would send advisory emails to a customer when conditions warrant.
Each of the customers will enter the email address & password (if required?) to which they would like to receive advisory emails.
The app. is designed using LabWindows/CVI 9.0 base package.
Thanks for helping!!!!!
Kevin Montcalm
V.P. Engineering
Electrotechnics Corp.
elteccorp.com
02-24-2010 11:14 AM
I am not sure how to do this in CVI but here is a link where you will find an example for LabVIEW. If this works then you can create dll in LabVIEW and call it from your cvi application.
http://forums.ni.com/ni/board/message?board.id=170&view=by_date_ascending&message.id=358350#M358350
02-25-2010 08:15 AM
02-25-2010 08:59 AM
Just learned something new about email protocols.
POP3 is to receive email.
SMTP is to send email.
Yes, CVI has built in library to do both. (Internet library)
02-25-2010 10:31 AM
Unfortunately, according to this page the internet library is not included in the base package. The same as Win32 API interface.
I'm afraid there is no solution but calling a separate library to send mail...
02-25-2010 11:04 AM
Thanks everybody!
Looks like I'll have to hit up the money lady for the upgrade.