Skip to content

Conversation

iptelephony
Copy link

  1. Use RFC-5322 compliant email address regular expression
  2. Split email address list taking into account commas in display name

1. Use RFC-5322 compliant email address regular expression
2. Split email address list taking into account commas in display name
@@ -257,6 +257,7 @@ function submitMail() {
return;
}

console.log(toEmailsClone.value.join(","));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this please

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dont delete this file

@RitvikSardana
Copy link
Member

Use Zod package to validate email, we already have it in Helpdesk, and don't delete the lock file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants