You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
smtp_connection_helper is actually getting an exception response from the email server that's too long for it to read. That's the input stream too longer failure.
SendAsDenied; [email protected] not allowed to send as [email protected]; STOREDRV.Submission.Exception:SendAsDeniedException.MapiExceptionSendAsDenied; Failed to process message due to a permanent exception with message [BeginDiagnosticData]Cannot submit message. // continued...
The text was updated successfully, but these errors were encountered:
If the --username email address/account has permission to send email from the --from email address, the smtp_connection_helper should be able to successfully send a test email.
This can be reproduced using the Microsoft 365 host with
--auth login
:smtp_connection_helper
is actually getting an exception response from the email server that's too long for it to read. That's the input stream too longer failure.The cause of the problem is that
[email protected]
is not authorized to send mail from[email protected]
:The text was updated successfully, but these errors were encountered: