• Resolved Mickey Kay

    (@mcguive7)


    Hi there,

    I’m using the latest public release of your plugin, and have NOT checked the settings box for <b>Settings > Override other WordPress system emails?</b>, however when I add a new user or submit a password reset request, the email I receive is the Sailthru template I’ve chosen in the <b>Settings > WordPress Template</b>, instead of the standard WP emails.

    If I check the box to override other WordPress system emails, and then leave the two drop-downs for the new user and password reset templates set to “- Choose One -“, the Sailthru template is still sent.

    No matter what I do, the Sailthru template is sent in place of the default WP templates.

    This appears to be a result of the fact that you set the option sailthru_override_wp_mail to 1 on activation, and there’s no way to modify this in the settings panel. In our case, I <i>only</i> want the subscribe widget to send a Sailthru template, and I want password resets and new user notifications to come straight from WordPress. Furthermore, with this behavior, the password reset notifications always have the subject of “feedback” and come from “[email protected]”, regardless of which template I choose.

    I’ve temporarily fixed this with the following code in a custom plugin, however it’s not a great fix:

    add_filter( 'option_sailthru_override_wp_mail', '__return_false', 99999 );

    Any chance you can fix this in the next release please?

    https://www.ads-software.com/plugins/sailthru-widget/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Sailthru hijacking WP emails even when setting is not selected’ is closed to new replies.