apply_filters( 'wp_mail_from', string $from_email )
Filters the email address to send from.
Description Description
Parameters Parameters
- $from_email
-
(string) Email address to send from.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
The default “from” value is wordpress@thesitedomainname. Where thesitedomainname is the domain name of your web site (e.g. xxxyyyzz.com).