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