mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-27 01:06:01 +03:00
[GH-ISSUE #118] Making mailpit relay work with Outlook #79
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#79
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fr6nco on GitHub (May 29, 2023).
Original GitHub issue: https://github.com/axllent/mailpit/issues/118
Hi,
Im trying to make mailpit relay work with outlook's smtp mail server, with the following configuration
with no luck tho.
Im getting this error
According to https://support.microsoft.com/en-us/office/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040 configuration seems to be correct.
@axllent commented on GitHub (May 30, 2023):
@fr6nco Apparently Office365 does not support any of the existing Mailpit SMTP login methods (eg: PLAIN), and requires either LOGIN (username/password) or XOAUTH2 (2-factor authentication). XOAUTH2 is not an option, so assuming you can send using a username and password, I can try add the LOGIN method to Mailpit.
The issue here is I have no means of testing it first. Can you please tell me what OS you are testing on, then maybe I can provide you with a beta version so you can verify whether LOGIN works before I add it to the main code?
@fr6nco commented on GitHub (May 30, 2023):
Im running on kubernetes on x86 with your docker image.
If you could push a dev tag, that would be perfect.
Thanks for the blazingly fast response
@fr6nco commented on GitHub (May 30, 2023):
I built the docker image and deployed it. Email went through with no issues
If u want to test it yourself, here's a public image available https://hub.docker.com/r/madmedocker/mailpit/tags
@axllent commented on GitHub (May 30, 2023):
Excellent, thank you for testing. I will merge that within the hour and deploy a new release.
@axllent commented on GitHub (May 30, 2023):
This has been released as v1.6.13. Please feel free to close this if it works as expected, thank you.
@fr6nco commented on GitHub (May 30, 2023):
Perfect, tested. works well.
Here's my merge request to the helm chart in case anyone would like to deploy mailpit with SMTP relay config.
https://github.com/jouve/charts/pull/1