- This topic has 0 replies, 1 voice, and was last updated 8 years, 2 months ago by Layer7web.
Viewing 0 reply threads
-
AuthorPosts
-
-
August 30, 2016 at 3:31 pm #2410
Layer7webKeymasterPHP123456add_filter( 'wp_mail_from', 'custom_wp_mail_from' );function custom_wp_mail_from( $original_email_address ) {//Make sure the email is from the same domain//as your website to avoid being marked as spam.return 'contact@layer7web.com';}
-
-
AuthorPosts
Viewing 0 reply threads
You must be logged in to reply to this topic.
Comments are closed.