Email after renewal not working

Discussion in 'Troubleshooting' started by mseditor, Dec 14, 2010.

  1. mseditor

    mseditor New Member

    Joined:
    May 15, 2007
    Messages:
    8
    Hey,

    I am trying to stop amember from sending a receipt email after renewal of subscription. I have unchecked the email/messages on rebilling event/credit card rebilling successful - but the email in that template is still being sent.

    Is there another way to turn this feature off?

    Thanks
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    What aMember version you have?

    To disable that email completly edit /amember/common.inc.php and change this:
    PHP:
    function mail_rebill_success_member($user$payment_id$product){
    to
    PHP:
    function mail_rebill_success_member($user$payment_id$product){
    return; 

Share This Page