-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exchange Online SMTP Auth #46
Comments
@hennibadger16 I was able to verify this because I don't have access to such type of SMTP Auth. You can share the error information and maybe I can help you after that |
Hi, yeah that's my problem. There is just nothing happening when trying to send a mail after putting in credentials. I can't seem to find a relevant logfile as "docker logs" does not log it. Can you tell me where to look? Thank you! |
@hennibadger16 Try |
Hi, that's all that seems related:
|
@hennibadger16 Your SMTP host is unavailable ( |
yeah - that's working perfectly fine. Has of course been tested in advance :) |
@hennibadger16 I wish I could help you, but I'm out of ideas and can't reproduce this bug. Sorry 😞 |
Hi, I'm also trying to setup smtp with Office 365, without success. A few hours ago I setup another application (paperless-ngx) that required incoming E-Mails (IMAP) and struggled a bit with O365. I got it working using a email oauth2 proxy. This proxy also supports smtp, so I gave that a try, also without success. I noticed in the proxy logs that the SMTP encoding is set to |
No luck here either, even after setting up an M365 relay. Source. I'm getting "SSL_connect returned=1 errno=0 peeraddr=104.47.71.202:25 state=error: wrong version number" when using [domain].mail.protection.outlook.com on port 25, plain authentication, and TLS. SSL and Login authentication make no difference. |
@Omnichannel-nz but does it work with security: none?
Would appreciate it a lot if anyone could share some test SMTP credentials form their exchange server to help me to debug the issue (my email is ***@***.***)
…On Sep 26 2023, at 9:00 am, "Omnichannel.nz" ***@***.***> wrote:
No luck here either, even after setting up an M365 relay. Source (https://learn.microsoft.com/en-us/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-microsoft-365-or-office-365#settings-for-microsoft-365-or-office-365-smtp-relay).
I'm getting "SSL_connect returned=1 errno=0 peeraddr=104.47.71.202:25 state=error: wrong version number" when using port 25, plain authentication, and TLS.
SSL and Login authentication make no difference.
—
Reply to this email directly, view it on GitHub (#46 (comment)), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AAI7GL2HMMJQWH6XNQ3B7DDX4JVP7ANCNFSM6AAAAAA26AULLY).
You are receiving this because you commented.
|
Similar error using AWS SES as the SMTP provider -> SSL_connect returned=1 errno=0 state=error: wrong version number |
I had this issue with M365 normally, with an Exchange Connector registered to my docuseal hostname, and with Fastmail (a completely different email provider with full SMTP support, unlike M365). I am curious what email providers docuseal has been tested against? |
I should mention that this is now resolved. Fix implemented by Docuseal to remove username/password requirement, no longer mandatory so that IP Whitelist M365 SMTP Relay could operate without account credentials. (Source) |
Looks like those issues with Outlook are not related to the app but to SMTP misconfigurations (wrong port/auth). |
Hi there!
Looks really promising but I just can't seem to get mails running via Exchange Online SMTP Auth.
Has there been tested and verified?
Can you share a working setup? Or where to find some helpful logging as "docker logs" does not seem to catch it.
Much appreciated!
Thanks :)
The text was updated successfully, but these errors were encountered: