shared mailbox for printers (sending emails)

Michal Dejmek 41 Reputation points
2023-05-29T15:25:53.3833333+00:00

Hello,

can I use the shared mailbox to send an email with the printer .? I have everything enabled according to the instructions https://aka.ms/smtp_auth_disabled.

Set-CASMailbox -Identity ******@xxx.xx -SmtpClientAuthenticationDisabled $true

Send-MailMessage : The SMTP server requires a secure connection or the client has not been authenticated. Server response: 5.7.57 Client not authenticated to send mail. Error: 535 5.7.139 Authentication unsuccessful,

SmtpClientAuthentication is disabled for the Mailbox. Visit https://aka.ms/smtp_auth_disabled for more information. [FR0P281CA0164.DEUP281.PROD.OUTLOOK.COM 2023-05-29T15:23:44.614Z 08DB5F8809BA8BA6

Thank you Michal.

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,180 questions
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
0 comments No comments
{count} votes

Accepted answer
  1. Vasil Michev 119.6K Reputation points MVP Volunteer Moderator
    2023-05-29T15:34:12.1133333+00:00

    You need to set SmtpClientAuthenticationDisabled to $false, not $true.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.