We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf3eb7 commit 1880cefCopy full SHA for 1880cef
core/email_api.php
@@ -938,6 +938,7 @@ function email_send( $p_email_data ) {
938
$mail->From = config_get( 'from_email' );
939
$mail->Sender = config_get( 'return_path_email' );
940
$mail->FromName = config_get( 'from_name' );
941
+ $mail->AddCustomHeader('Auto-Submitted:auto-generated');
942
943
if( OFF !== $t_debug_email ) {
944
$t_message = 'To: ' . $t_recipient . "\n\n" . $t_message;
0 commit comments