08-23-2004 01:07 PM
08-23-2004 04:37 PM
02-06-2007 12:12 PM
Dear Rolfk,
I am currently needing the solution for send email with requiring authentication server. I tried to open the link you provide but there is a message about changing the link already, so I can not open it. Could you provide another link so I can read the content of the topic.\
Thank you so much!
Thang Nguyen
12-07-2011 11:32 PM
Hello, I'm also interestet for the solution/right link
12-08-2011 04:34 AM
Here is an example of logging into a GMail account using .NET functions, any help?
12-08-2011 04:47 AM
Hi, if I want to login with authentication?
12-08-2011 05:35 AM
I've done some further reading, and it looks like SMTP with authentication is still not supported in LabVIEW yet. However, there may be some .NET support somewhere. I will look into it and report back.
12-08-2011 05:56 AM
GT123, can you clarify if by 'authentication', you mean logging into the account with username and password, or if you mean full-on TLS/SSL and encryption?
That gmail example shows how to use .NET constructs to log in with credentials and using alternative ports
12-08-2011 08:36 AM
@GT123 wrote:
Hi, if I want to login with authentication?
The example provided does this. That's why there's a username and password control on the front panel.
12-08-2011 11:23 PM
Hello at all,
I'm asking this because of my problem with this .net Vi. I got a new account but I get this error while I want to send a email:
Error 1172 occurred at Error calling method System.Net.Mail.SmtpClient.Send, (System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. Inner Exception: System.Net.Mail.SmtpException: Fehler beim Senden von Mail. Inner Exception: System.Net.WebException: Die Verbindung mit dem Remoteserver kann nicht hergestellt werden. Inner Exception: System.Net.Sockets.SocketException: Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte 10.1.8.60:25) Possible reason(s): LabVIEW: A .NET exception occurred in an external assembly. For information about correcting this error, copy the following exception (in bold), and search the Microsoft Developer Network (MSDN) Web site or the Web for a possible explanation. System.Net.Sockets.SocketException in Email_smtp_authentication.vi