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

Update EmailAddress.php #444

Closed
wants to merge 1 commit into from

Commits on Sep 29, 2022

  1. Update EmailAddress.php

    Several email/calendar clients do not support %40 in place of % in email addresses. For example, EmClient will show "nobody@invalid.invalid" instead of the actual email address. Also some other clients may work but show the %40 in plain text instead of converting it to @. 
    
    So let's just not replace @ with %40. 😊
    JorisDebonnet authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    e44938c View commit details
    Browse the repository at this point in the history