Function profileValidateEmail
Validate an email address.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Profile-Modify.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Profile-Modify.php
string |
$email |
The email address to validate |
integer |
$memID = 0 |
The ID of the member (used to prevent false positives from the current user) |
boolean|string
|
True if the email is valid, otherwise a string indicating what the problem is |