0
votes
Allow user@example or user@localhost in email validation?
Looking at this it looks like you've we need two quick checks as detailed:
<?php
function valid_email($email) {
// First, we check that there's one @ symbol, and that the l …
