mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #4401] [bug]: Outlook SMTP no longer work with basic Auth #1609
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1609
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 @athiosh on GitHub (Oct 4, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4401
Is there an existing issue for this?
Current behavior
I have been using outlook as my smtp to login for awhile however recently it seems outlook has disable basic auth and move to oauth for smtp login. Will there be support in the future for oauth smtp? if not, is there a way i can get my collection back since I am no longer able to login.
Steps to reproduce
Mailer config
MAILER_SMTP_ENABLE=true
MAILER_USE_CUSTOM_CONFIGS=false
MAILER_ADDRESS_FROM=from@example.com
MAILER_SMTP_URL=smtps://user@outlook.com:pass@smtp-mail.outlook.com:587 #
Environment
Production
Version
Self-hosted
@yashs33244 commented on GitHub (Oct 7, 2024):
Hey there, if no one's working on this, can i be assigned this issue? Thank you!