<p><?php _e( "Beste ".$_POST['billing_first_name']. " ".$_POST['billing_last_name'].", \n"." Wij hebben uw bestelling ontvangen. Als wij alle benodigde gegeven hebben ontvangen zullen we de definitieve startdatum van het abonnement bepalen. Mocht u vragen hebben dan kunt u bellen naar het telefoonnummer. \n
U heeft bij ons het volgende lokalisatie pakket besteld.", 'woocommerce' ); ?></p>
The following text is used to generate an email that is sent to a custommer after filling the woocommerce form. Im trying to add a line break in certain parts using \n
This is not working. The email comes in without any line breaks. Any idea how i can fix this?