Skip to content

Email validation issues #2302

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

Open
iptelephony opened this issue May 20, 2025 · 0 comments
Open

Email validation issues #2302

iptelephony opened this issue May 20, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@iptelephony
Copy link

Information about bug

The current email validation logic fails with certain RFC-5322 compliant addresses.

E.g.

"John, Doe" [email protected]

It fails at 3 levels:

  1. Email address validation regular expression does not account for comma in display name
  2. Email address splitting also fails to account for commas enclosed in quotes
  3. The frappe API for sending email also does not account for commas in display names.

Version

Frappe version: 15.68.0
Helpdesk version: 1.7.0

Installation method

None

Relevant log output / Stack trace / Full Error Message.

@iptelephony iptelephony added the bug Something isn't working label May 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant