OFFICE365 ISSUES - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: OFFICE365 ISSUES (/showthread.php?tid=4434) |
OFFICE365 ISSUES - RafalBor - 08.12.2022 Hi, I've followed some tips on the forum and activated SMTP Authentication, removed MFA, disabled self-service reset, but still getting issue upon sending e-mail notification as listed below. Not sure where in Office365 admin panel should now look to facilitate e-mail sending. * arg: 1 * nil * arg: 2 * string: 535 5.7.139 Authentication unsuccessful, SmtpClientAuthentication is disabled for the Tenant. Visit https://aka.ms/smtp_auth_disabled for more information. [LO2P265CA0480.GBRP265.PROD.OUTLOOK.COM] RE: OFFICE365 ISSUES - Daniel - 08.12.2022 Arg2 tells everything. More info is under provided link. RE: OFFICE365 ISSUES - RafalBor - 08.12.2022 * arg: 1 * nil * arg: 2 * string: 535 5.7.139 Authentication unsuccessful, the request did not meet the criteria to be authenticated successfully. Contact your administrator. [LO4P123CA0338.GBRP123.PROD.OUTLOOK.COM] RE: OFFICE365 ISSUES - admin - 08.12.2022 This might be helpful: https://learn.microsoft.com/en-us/answers/questions/512954/535-57139-authentication-unsuccessful.html RE: OFFICE365 ISSUES - RafalBor - 08.12.2022 Yes, got the same link once searching, but no luck here All sorted, if anyone would have similar issue - then you need to switch off default policies and create for each individual account (user/tenant) policies for apps and for authentication. then must create bypass any authentication rule for user used at Logic Machine e-mail notifications |