09-29-2024 05:01 AM
Hello, after 16th of sep 2024, the outlook is not working with labview to send emails. i got this error :LabVIEWSMTPClient.lvlib:Send.vi:2280001
Send Email.vi" , i think that Microsoft stopped the support of this feature, do you have any solution to send emails using labview
Server adress : smtp-mail.outlook.com
port : 587
Solved! Go to Solution.
09-29-2024 11:57 AM
You didn't actually include the error number or the rest of the message from the error.
More companies are moving away from unsecured email auth mechanisms, you should look up the documentation for outlook's services and see what they require for authentication mechanisms / TLS / etc.
09-30-2024 12:19 AM
Hello, thanks for your reply
error code : 363504
LabVIEWSMTPClient.lvlib:Send.vi:2280001<APPEND>
<b>Complete call chain:</b>
LabVIEWSMTPClient.lvlib:Send.vi:2280001
Send Email.vi
mail received from outlook 2 weeks ago
09-30-2024 09:31 AM
Yes, you'll need to lookup the outlook API and figure out what authentication mechanisms are available to you now. There are a handful of implementations of OAuth floating around (OAuth is the most common auth mechanisms these days) but that confirms the idea that most places are abandoning the old way of authentication which is the only mechanism that is supported directly by LabVIEW.
10-01-2024 03:40 AM
Thanks for your support.
FI,
10-01-2024 03:48 AM - edited 10-01-2024 03:57 AM
Now the question is, will NI support Microsoft's modern authentication in the future versions or it is already supported it in the last version.