• Hi, is there any equivalent to

    add_filter(‘wp_mail_from’, ‘custom_wp_mail_from’);

    for this plugin ?

    The idea is to change the sender email adress in some case only. Equivalent methods would be alright too, but I also tried to put some $headers into wp_mail without success.

    Thanks

    • This topic was modified 6 years, 12 months ago by c13303.
Viewing 1 replies (of 1 total)
  • Hi @c13303.

    I haven’t tested it yet, but the filter you mentioned in your message might be working just fine. The only thing you need to do is to uncheck “Force From Name Replacement” on Easy WP SMTP settings page and save settings.

    Let me know if that worked of you.

Viewing 1 replies (of 1 total)
  • The topic ‘Any filter to change sender email ?’ is closed to new replies.