Skip to content
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

Add test for handling special characters in email fields #13196

Closed
wants to merge 1 commit into from

Conversation

DhiraPT
Copy link

@DhiraPT DhiraPT commented Dec 20, 2024

Added a new test case testSpecialCharactersInFields to verify the correct handling of special characters, emojis, and HTML entities in email subject and content.

  • Updated EmailSenderTest with the new test method to ensure proper parsing and encoding of special characters in email fields.
  • Validates UTF-8 compatibility for subjects and content with emojis and symbols.
  • Focused on Sendgrid email conversion logic but extensible to other services in the future.

Copy link

Hi @DhiraPT, thank you for your interest in contributing to TEAMMATES!
However, your PR does not appear to follow our contribution guidelines:

  • Title must start with the issue number the PR is fixing in square brackets, e.g. [#<issue-number>]
  • Description must reference the issue number the PR is fixing, e.g. Fixes #<issue-number> (or Part of #<issue-number> if the PR does not address the issue fully)

Please address the above before we proceed to review your PR.

@DhiraPT DhiraPT closed this Dec 20, 2024
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.

1 participant