06-02-2009 02:18 PM
Hi,
I am trying to figure out how to send an automated email/ SMS on completion/interruption of
a Labview program I am running.
I found a few resources in the forums,but no comprehensive tutorial for someone not very familiar with stuff like SMTP.
Is there some info on how to go about doing that?
Cheers,
Sam
Solved! Go to Solution.
06-02-2009 02:27 PM
I don't know what SMS is. But you can send e-mails from LabVIEW. If you use example finder and search for "e-mail", you'll find an example.
The LabVIEW e-mail functions require you to know what the smtp address is for your server, and also that you can access it without loggin into it. Basically that it openly takes e-mails.
06-02-2009 02:28 PM - edited 06-02-2009 02:29 PM
Hi Sam,
Good evening and I hope your well today.
Thanks for the post.
What resources have you seen?
Have you seen these?
Mass SMS Message Example
http://decibel.ni.com/content/docs/DOC-4374
*Example code from the NI Community
Send SMTP email from LabVIEW 8.6
http://decibel.ni.com/content/docs/DOC-3474
*An example from the NI Community.
How Can I Send Email From LabVIEW Via a Secure SMTP Server Such as GMAIL?
http://digital.ni.com/public.nsf/allkb/484272384C2960AA8625749E006512EE
*More support on a secure SMTP.
Email Messenger
http://decibel.ni.com/content/docs/DOC-4384
*another example
Sending an email from a VI - LabVIEW Help
http://zone.ni.com/reference/en-XX/help/371361D-01/lvhowto/send_email_from_vi/
Please let me know if you need any further support, and I'd be happy to help!