/* Send Site Notifications to a BCC Address * * Original doc: https://wpmailsmtp.com/docs/sending-site-notifications-to-a-bcc-address/ */ function wpms_add_bcc_email_address( $args ) { $bcc_address = 'bcc: webmaster@fabrick.agency'; if ( ! empty( $args[ 'headers' ] ) ) { if ( ! is_array( $args[ 'headers' ] ) ) { $args[ 'headers' ] = array_filter( explode( "\n", str_replace( "\r\n", "\n", $args[ 'headers' ] ) ) ); } } else { $args[ 'headers' ] = []; } $args[ 'headers' ][] = $bcc_address; return $args; } add_filter( 'wp_mail', 'wpms_add_bcc_email_address', PHP_INT_MAX );

Impressum

YOU ARE:  Home > Impressum

Impressum

Publisher

Recticel NV

Olympiadenlaan 2

1140 Evere

Belgium

Company number: 405 666 668

VAT: BE405 666 668

Website: www.recticel.com

Editor

Recticel Insulation

Enterprise Way

Whittle Road,

Meir Park, Stoke-on-Trent,

England

ST3 7UN

Email: technicalservices@recticel.com

Website: https://www.recticelinsulation.com/en-gb/home

 

Please consult our Privacy Notice and our terms of use for the information regarding our intellectual property and data privacy.