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
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;