Check email addresses before database insertion or API calls to catch
obvious typos and malformed input early. Validates against a standard
RFC-compliant pattern. Use this in form validation and before calling
create_waitlist_entry() or log_whitepaper_download() to provide
immediate user feedback.
Value
Logical. TRUE if email format is valid, FALSE otherwise.
Note: This only validates format, not whether the email address actually
exists or can receive mail.
See also
Other security:
generate_secure_token(),
hash_token(),
security
