Email: Update Reply-To address to new mailbox.

This commit is contained in:
Ian Dunn 2022-04-27 17:02:49 -07:00
parent 7cf76a6b13
commit 82c8c9aec6
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB

View file

@ -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 );