Comment 7 for bug 1615280

Revision history for this message
Aaron Wells (u-aaronw) wrote :

Our testers found that the PHPMailer email validation accepts a few addresses that are actually invalid:

<email address hidden> (Joe Smith)
email@example
<email address hidden>
email@111.222.333.44444

However, it did not reject any valid addresses. So we could potentially tighten up the validation in the future, but I think preventing false-rejections is more important. Plus, Mahara sends out confirmation email messages whenever a user self-updates their email address, so that's a kind of "ultimate test" for validity.