-
Notifications
You must be signed in to change notification settings - Fork 154
Closed
Labels
Status: CompletedNothing further to be done with this issue. Awaiting to be closed.Nothing further to be done with this issue. Awaiting to be closed.Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.
Milestone
Description
Notify version: 1.0.4
Current Behavior: When attempting to use SMTP, I receive the following error:
[ERR] failed to send smtp notification for id: email : parse "smtp://[email protected]:xxxxx": invalid port ":xxxxx" after host
(output has been sanitized) The "xxxxx" is the first half of the password for the mailserver. It is terminated where an octothorpe ("#") appears in the password. I have attempted to escape the octothorpe with a backslash, as well as enclosing the password in either single or double quotes. All attempts generate the same error.
Expected Behavior: The SMTP functionality should accept passwords verbatim without attempting to interpret any characters as anything other than password characters.
Steps To Reproduce:
- Configure notify to attempt to use SMTP with a password that contains an octothorpe ("#")
- Run notify
- See error
Metadata
Metadata
Assignees
Labels
Status: CompletedNothing further to be done with this issue. Awaiting to be closed.Nothing further to be done with this issue. Awaiting to be closed.Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.