mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 07:32:57 +03:00
🐛 Bug Report: SMTP_FROM does not account for mails in format of User <user@example.com>
#128
Reference in New Issue
Block a user
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 @stavros-k on GitHub.
Originally assigned to: @kmendell on GitHub.
Reproduction steps
Using the above will result in an error like
Relaying is not allowed at @Expected behavior
The above format to work. You can probably use net/mail to ParseAddress().
Actual Behavior
Using the above will result in an error like
Relaying is not allowed at @Version and Environment
v1.6.2
Log Output
No response
@kmendell commented on GitHub:
You should just use the email format, the email should auto append Pocket ID onto it, so the email will come from Pocket ID user@example.com.
@kmendell commented on GitHub:
Add the format in 9e52783
@kmendell commented on GitHub:
I can update the docs a little later today to make sure that is more clear :)
@stavros-k commented on GitHub:
Yep figure it out eventually, but error is not intuitive, neither docs mention the correct format.
At least docs might be good to indicate that.