LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Email sent confirmation?

After running a small VI containing a email sending VI is it possible to confirm the email has been sent from the VI, as I am not receiving an email in my outlook.?

 

Any help

 

Thanks 

C

0 Kudos
Message 1 of 2
(2,573 Views)
Are you using the email functions distributed with LabVIEW? Are you using a server that requires authentication (as most servers do nowadays)? If so, the LabVIEW email functions won't work as they don't support authentication. In this case you will need to use the OpenG SMTP functions which you can find in this post. You can also use .NET if you wish.
Message 2 of 2
(2,566 Views)