valid_email_address
Related topics
| Name | Description |
|---|---|
| Input validation | Functions to validate user input. |
Functions that call valid_email_address()
| Name | Location | Description |
|---|---|---|
| contact_admin_edit_validate | modules/contact/contact.module | Validate the contact category edit page form submission. |
| contact_mail_page_validate | modules/contact/contact.module | Validate the site-wide contact page form submission. |
| contact_user_page | modules/contact/contact.module | Personal contact page. |
| valid_email_address | includes/common.inc | Verify the syntax of the given e-mail address. |
Functions called by valid_email_address()
| Name | Location | Description |
|---|---|---|
| valid_email_address | includes/common.inc | Verify the syntax of the given e-mail address. |
