Home Forums WoodMart support forum How to change the sender’s default email address with Woodmart ?

How to change the sender’s default email address with Woodmart ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #450257

    codebono
    Participant

    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

    #450362

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    You can change the mail in the Dashboard > Setting > General, in addition, you can change the email in the Woocommerce > Settings > Email templates.

    Contact form 7 plugin has the option to change the mail in the form editing mode, in the Mail tab. WoodMart theme as any other WordPress theme does not have an email field.

    Also you can check Theme Settigns > Social profiles to set the email where it is applicable.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)