-
Notifications
You must be signed in to change notification settings - Fork 50
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
Resend API key required even with custom SMTP #26
Comments
I found that username & password is mandatory. I think it's better to accept using SMTP without them, as some hosts are trusted relays without any auth. |
Any update on this?? still having the same issue. |
@ro78 any update?? |
Any update from me? No, I reported this bug and I don't have any update from the developer. |
Ok, thank you anyways |
Looks like currently it's a feature, not a bug. |
That’s a bug. compare
with:
Anyway, you can work around that limitation by setting: a bogus POP_SMTP_USERNAME and a bogus POP_SMTP_PASSWORD and POP_SMTP_ENCRYPTION=none
Also, pop makes a(nother) very unwelcome assumption, for a TUI software: it forces the use of fully qualified From and To email addresses ([email protected]). From a "terminal" perspective, especially with POP_SMTP_HOST=localhost a user expects being able to send emails from & to local addresses:
An email address of the form "user" is perfectly legitimate on the local system. |
Describe the bug
Since a recent release, we can use an external (custom) SMTP instead of Resend.
But when I try to use it, it's still asks me to configure a Resend API key.
To Reproduce
Steps to reproduce the behavior:
pop --smtp.host localhost --smtp.port 25 --from [email protected]
Expected behavior
Pop doesn't display any error related to Resend
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: