LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Send outlook email is not working

Solved!
Go to solution

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

 

0 Kudos
Message 1 of 6
(200 Views)

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.

~ The wizard formerly known as DerrickB ~
Gradatim Ferociter
0 Kudos
Message 2 of 6
(153 Views)

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

 

Outlook Update.jpg

0 Kudos
Message 3 of 6
(105 Views)
Solution
Accepted by topic author HamodaGA

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.

~ The wizard formerly known as DerrickB ~
Gradatim Ferociter
0 Kudos
Message 4 of 6
(70 Views)
Solution
Accepted by topic author HamodaGA
0 Kudos
Message 5 of 6
(35 Views)

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.

0 Kudos
Message 6 of 6
(31 Views)