Check out the related Code Repository Files or visit the LabVIEW Wiki Internet Portal
Tags |
(This content has not been tagged yet)
|
![]() |
Jun 25 2008, 04:00 PM
Post
#1
|
|||
|
One hit wonder! Member Posts: 1 Joined: 25-June 08 Member No.: 11845 Using LabVIEW Since:2008 LV:8.5.1 ,. ,.
|
I need to implement email notification and I would like to use servers that require authentication (possibly gmail).
I have read in other topics that LabVIEW VI's do not support authentication and I would like to know if there exists the possibility of using some kind of external library to which the LabVIEW could connect and that would handle the email sending and authentication. If you could give me your opinions on this it would be really helpful. 1.- Are there any libraries developed that could be bought and then used in conjunction with LV? 2.- Does this seem to be an appropriate solution to the problem? Thank you very much
|
||
|
|
|||
| Ad |
Jun 25 2008, 04:00 PM
Post
#
|
||
|
|
|
||
|
|
|||
Jun 25 2008, 08:08 PM
Post
#2
|
|||
|
More Active Premium Member ![]() Posts: 27 Joined: 4-January 05 Member No.: 1322 LV:7.1.1
|
If you're comfortable with .NET and don't mind a Windows-only solution, I've had good luck with the .NET products from Advanced Intellect
( http://www.advancedintellect.com/ ) I haven't used them with LabVIEW (I used them with C#/Visual Studio 2005) but they worked well for secure email and I got good support from the vendor. It should be relatively easy to create a dll (assembly) with methods optimized for calls from LabVIEW. Mark
|
||
|
|
|||
Jun 27 2008, 09:43 AM
Post
#3
|
|||
![]() Extwemely Active Premium Member ![]() Posts: 1621 Joined: 23-January 05 From: Here Member No.: 1431 Using LabVIEW Since:2003 LV:8.6 ,7.0 ,.
|
Did you see this post?
-------------------- More than meets the eye...
|
||
|
|
|||
Aug 26 2008, 05:18 PM
Post
#4
|
|||
|
One hit wonder! Member Posts: 1 Joined: 20-May 04 Member No.: 420 LV:7.0 |
You can use the System.Net.Mail Namespace if you're comfortable using the .NET framework which is generally pretty easy to do. Here's the MSDN documentation for it:
http://msdn.microsoft.com/en-us/library/system.net.mail.aspx Attached is an example VI I've used to send a text message to my phone in the event of an error using Gmail. Gmail is great in that it provides a smtp server, and the SmtpClient constructor is pretty easy to use. Usually what I'll do is create a Gmail account for a particular piece of test equipment or system that's under monitoring and since my cell phone provider is Verizon I can just send an email to my <phone #>@vtext.com and it will be sent to my phone as a text message. Let me know if you have any problems with the attached VI. This post has been edited by serro: Aug 26 2008, 05:32 PM
Attached File(s)
|
||
|
|
|||
![]() ![]() |
| Time is now: 21st November 2008 - 02:34 PM |