mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-19 01:43:44 +03:00
Email: Update Reply-To
address to new mailbox.
This commit is contained in:
parent
7cf76a6b13
commit
82c8c9aec6
|
@ -25,7 +25,7 @@ defined( 'WPINC' ) || die();
|
|||
function send_email( $to, $subject, $message, $pledge_id ) {
|
||||
$headers = array(
|
||||
'From: WordPress - Five for the Future <donotreply@wordpress.org>',
|
||||
'Reply-To: support@wordcamp.org',
|
||||
'Reply-To: getinvolved@wordpress.org',
|
||||
);
|
||||
|
||||
$result = wp_mail( $to, $subject, $message, $headers );
|
||||
|
|
Loading…
Reference in a new issue