Update class-wc-settings-emails.php

Adding copy to line 54 for instructions on how to ensure email is delivered successfully and linking to troubleshooting documentation.
This commit is contained in:
Gracie Ofslager 2021-03-31 11:30:40 -04:00 committed by vedanshujain
parent e4fec5b914
commit 43a502e185
1 changed files with 3 additions and 1 deletions

View File

@ -51,7 +51,9 @@ class WC_Settings_Emails extends WC_Settings_Page {
array(
array(
'title' => __( 'Email notifications', 'woocommerce' ),
'desc' => __( 'Email notifications sent from WooCommerce are listed below. Click on an email to configure it.', 'woocommerce' ),
'desc' => __( 'Email notifications sent from WooCommerce are listed below. Click on an email to configure it.
To ensure your stores notifications arrive in your and your customers inboxes, we recommend connecting your email address to your domain and setting up a dedicated SMTP server. If something doesnt seem to be sending correctly, <a href="https://wordpress.org/plugins/wp-mail-logging/">install the WP Mail Logging Plugin</a>. <a href="https://docs.woocommerce.com/document/email-faq/">Learn more and see troubleshooting steps here</a>.', 'woocommerce' ),
'type' => 'title',
'id' => 'email_notification_settings',
),