Validation fails for email addresses with apostrophe
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3049457. -->
Reported by: [brooke_heaton](https://www.drupal.org/user/402231)
>>>
<p>While it is entirely uncommon and not 'best practice', many institutions still allow and use apostrophe's for users who have apostrophe's in their name. This has caused an issue with our use of views_send, which does not htmlspecialchars_decode the rendered email address. This causes a failure if any of the email addresses fail. </p>
<p>Example: person_o'<a href="mailto:lastname@example.com">lastname@example.com</a></p>
issue