LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How does one send an email to a POP3 Server from a CVI application.

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

0 Kudos
Message 1 of 6
(4,034 Views)

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 

Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 2 of 6
(4,018 Views)
InetSendMail should do what you want it's in 8.5, not sure when it was introduced. Interested to know if anyone has a code fragment of the TCP comms that I could use in 7.0...
0 Kudos
Message 3 of 6
(3,994 Views)

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)

Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 4 of 6
(3,986 Views)

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...



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 5 of 6
(3,974 Views)

Thanks everybody!

Looks like I'll have to hit up the money lady for the upgrade.

 

0 Kudos
Message 6 of 6
(3,966 Views)