LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Do I need to purchase SMTP Email function?

  • Seems I can only run this VI from top of the window: NI_SMTPEmail.lvlib:SMTP Email Send Message.vi:1 (clone) Not in my package? Do I need to purchase this function?

  • Error message in 2nd snapped window: please see attachment
0 Kudos
Message 1 of 4
(3,126 Views)
No, you seem to have it right there, so you must be having LabVIEW full or above. (Only LabVIEW base does not have it).
 
What problem do you encounter?
 
Your code does not make a lot of sense. What is the purpose of the FOR loop???
0 Kudos
Message 2 of 4
(3,116 Views)
Hi,
 
Could you explain a little bit more about your application and the problems you are running into. Are you receiving an error when you run your code? Let us know; we'd love to help!
Amanda Howard
Americas Services and Support Recruiting Manager
National Instruments
0 Kudos
Message 3 of 4
(3,072 Views)

Hi, Amanda and Altenbach:

Thanks for replying. I figured out why: I pulled non-umpty string into array box when I created array, so my array was full of same string constants. Once I pull umpty string into it instead, and enter my email address later, it starts to work. Thanks. 

0 Kudos
Message 4 of 4
(3,046 Views)