BuddyDev

Search

"BuddyPress Deactivate Account" email notification

  • Participant
    Level: Enlightened
    Posts: 62
    MargaritaS on #10496

    Thank you very much Brajesh for the changes.

    Two things:

    1.-I have seen that the email that is sended when a user is desactivated, do not use the information of the plugin “WP Change Default From Email”, only the email that is sended when a user is activated use the info of this plugin

    2.-The emails that received the admin not use the info of the plugin “WP Change Default From Email”

    Best regards

  • Keymaster
    (BuddyDev Team)
    Posts: 24237
    Brajesh Singh on #10591

    Thank you. We will need to test and update this week.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 62
    MargaritaS on #10603

    Ok. Please, advice me when you have it right.

    Best regards

  • Keymaster
    (BuddyDev Team)
    Posts: 24237
    Brajesh Singh on #10645

    Hi Margrita,
    The problem lies with the WP Change Default From Email plugin.

    It is hooking after “init” action, so any mail sent before that action won’t have the from/header updated.

    Please ask the plugin developer to avoid hooking after “init” and it will work.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 62
    MargaritaS on #10801

    Thank you Brajesh, I will ask it.

  • Keymaster
    (BuddyDev Team)
    Posts: 24237
    Brajesh Singh on #10883

    Marking it as resolved since it is fixed from our end. Also 1.10 of the plugin is available which ads a ton of extra features.

  • Participant
    Level: Enlightened
    Posts: 62
    MargaritaS on #10904

    I have asked to plugin developer WP Change Default From Email plugin, but they have not answer me 🙁

  • Keymaster
    (BuddyDev Team)
    Posts: 24237
    Brajesh Singh on #10922

    We are working on admin tools which should be available next month(End october), You can use our solution at that time 🙂 For now, I will suggest waiting for the author of the above plugin.

  • Participant
    Level: Enlightened
    Posts: 62
    MargaritaS on #11303

    Hi Brajesh, do you have already the solution?

    I have asked to plugin developer WP Change Default From Email plugin, but they have not answer me.

    The emails are sended but using WordPress and the email wordpress@mydomain.com

  • Keymaster
    (BuddyDev Team)
    Posts: 24237
    Brajesh Singh on #11307

    Hi Margarita,
    For now,
    Please open “WCDFE.php” in the wp-change-default-email plugin

    and change line 64 from

    
    add_action( 'init', array(&$this, 'init' ));
    
    

    to

    
    
    $this->init();
    

    That should do it.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved