LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I send e-mail to a distribution list using LabWindows/CVI?

I need to be able to send e-mail to a user-defined distribution list using LabWindows/CVI? Has anyone done this? Any ideas where I could look?
0 Kudos
Message 1 of 12
(5,000 Views)
The Enterprise Connectivity Toolkit contains the functionality to send emails with CVI:
http://sine.ni.com/apps/we/nioc.vp?cid=11128〈=US

Ryan K.
0 Kudos
Message 2 of 12
(5,001 Views)
Ryan - Thanks for the tip. Got it working.

Sunil.
0 Kudos
Message 3 of 12
(5,002 Views)

Hello

 

i get the error -7 when is send this mail with Labwindows CVI 9.0.1 .

 

 _tmp1 = InetSendMail ("smtp.gmail.com", "supersnowV7@gmail.com", "info@technofase.com", "Test Mail", "Prova", "");

 

I create the mail box with gMail but i can't send it.

 

I try to send the same mail with WINDOWS LIVE MAIL and i send it (so no problem by the Mail Server).

 

Can somebody help me ?

 

Regards

0 Kudos
Message 4 of 12
(4,566 Views)

Hi,

 

did you try the sendmail example provided with CVI? May be you should use '\0' in your file list if you are not going to attach files.

 

0 Kudos
Message 5 of 12
(4,561 Views)

Hello

thank you but dosn't work. (also with /0)

 

I get always the -7 error back.

 

I dont understand wy.

 

Regards

 

0 Kudos
Message 6 of 12
(4,554 Views)

Hello

 

someone can help me ? I can't send the mail from my  CVI project...

 

Thank'you.

0 Kudos
Message 7 of 12
(4,473 Views)

Hi ,

 

Gmail outgoing mail server is using this settings : SSL enabled, via port 465 .

 

i don't know for sure but maybe u can check it..... see if this port is really open or something like that....

 

i hope it will help...

 

EDIT :

 

One more this u can use the pop3 functions......

-----------------------------------------
Kobi Kalif
Software Engineer

0 Kudos
Message 8 of 12
(4,463 Views)

I commented on something similar to this awhile back.  My issue was that I had the base version and didn't have the Internet classes.  So this external app worked like a charm 🙂

It has a lot of command-line inputer options to use as well.

 

http://forums.ni.com/t5/LabWindows-CVI/Need-Help-for-Sending-Email-with-LabWindows-8-5-or-9/m-p/1095...

0 Kudos
Message 9 of 12
(4,384 Views)

Hello, please  help me, when I use InetSendMail ,I get always the -7 error  and I understand  the problem

 

0 Kudos
Message 10 of 12
(3,824 Views)