‎09-17-2009 12:54 PM
‎09-17-2009 01:01 PM
I just asked my IT dept. and they are blocking all ports. I guess that is my problem!
Thanks,
Vickie
‎09-17-2009 01:10 PM
‎09-17-2009 03:52 PM
My IT dept. opened port 465 and I tried with that port on gmail and still got the error. I'm going to try with our internal SMTP and see if that works.
Vickie
‎09-18-2009 08:38 AM
I worked with my IT dept. and we tried opening ports and using our internal SMTP server and I still get the 1172 error. It says the following:
Error 1172 occurred at Error calling method System.Net.Mail.SmtpClient.Send of ObjectId handle: 0xB651184 for obj 0xC06E73[System.Net.Mail.SmtpClient] in domain [LabVIEW Domain for Run] and thread 2892, (System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
Inner Exception: System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required. Learn more at
) in GmailLV86.vi
‎09-18-2009 08:59 AM
‎09-18-2009 09:39 AM
Yes, when I used our internal server I used those credentials and the proper SSL port.
I'm back to troubleshooting the Gmail, as this is the end result goal. Is there a ways to specify which .NET framework to reference? Maybe that's the issue?
Thanks,
Vickie
‎09-18-2009 10:10 AM
OK, I think I have it working. Using port 587 I was able to send SSL mail through smtp.gmail.com. Even though gmail says you can use port 465 or 587, when my IT dept. opened 465, I still received errors. Using port 587 worked.
Thanks,
Vickie
‎09-18-2009 11:09 AM
‎01-09-2020 08:02 AM
Just what I needed. Simple and fast