Hi
I need to change the sender’s default email address (that appears as: “wordpress@domainname”).
I read a lot on several forum ……. and tested 2 options.
But it doesn’t work!
I really need your help!
1) I tried to install the plugin “WP Mail SMTP”, which permits to force the writing of the sending email address.
BUT my emails are no longer sent with this plugin!
2) I also tried to add a php function using the “Code Snippets” plugin.
But the same: my emails don’t send with this added code anymore!
Here is the added code extract:
function wpnew_email_from( $original_email_address ) {
return ‘myemailaddress’;
}
add_filter( ‘wp_mail_from’, ‘wpnew_email_from’);
Does Woodmart block the change of this email address ?
I would like to know if I made mistakes with my tested options.
And how to change this default email address with Woodmart ?
Thank you in advance for your help