apply_filters( 'wp_mail_from', string $from_email )

Filters the email address to send from.


Parameters

$from_email

(string) Email address to send from.


Source

File: wp-includes/pluggable.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.2.0 Introduced.