mirror of
https://github.com/HaschekSolutions/opentrashmail.git
synced 2026-04-25 06:35:55 +03:00
[GH-ISSUE #85] Generate random button results in "Invalid email address" #60
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentrashmail#60
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 @dmichalski on GitHub (Apr 27, 2024).
Original GitHub issue: https://github.com/HaschekSolutions/opentrashmail/issues/85
The title basically. The button at the top does not work, no random address is generated. No console errors, no network errors.
@dmichalski commented on GitHub (Apr 27, 2024):
Ok, I could handle this one by myself. Obviously there's a slight issue with character escaping while parsing the config.ini. I realized that I had set the passwords to a value containing special chars like
"?()etc.. After adjusting the values to something more simple like "changeme" the email generation via button works.