mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #465] "Authentication credentias invalid" Settings for login/pass enviroment variables. #302
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#302
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 @Rudnik-Ilia on GitHub (Mar 13, 2025).
Original GitHub issue: https://github.com/axllent/mailpit/issues/465
Hi, I'm using Mailpit in a container. While trying to send an email with authentication, I receive the error "Authentication credentials invalid" with any combination of login and password.
Could you please provide an example of the correct environment variables or the proper format to specify the login and password? Also, are there any extra variables I should set?
I want to use PLAIN authentication with SMTP.(force_ensecure=True)
@Rudnik-Ilia commented on GitHub (Mar 13, 2025):
Solved