Disable Email Confirmations - PLEASE HELP

  • ghosmer
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 10 months ago #21077 by ghosmer
I need to disable the confirmation email being sent automatically to customer when form is completed. Please let me know where/how to remove or disable the code that is generating the mail.

Thanks!

Greg

Please Log in or Create an account to join the conversation.

More
12 years 10 months ago #21096 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Disable Email Confirmations - PLEASE HELP
Hi Greg

What extension you are using ? Joom Donation or Documents Seller ? Please let me know so that I can guide you .

Tuan

Please Log in or Create an account to join the conversation.

  • ghosmer
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 10 months ago #21119 by ghosmer
Replied by ghosmer on topic Re: Disable Email Confirmations - PLEASE HELP
I am using Joom Donation - thanks!

Please Log in or Create an account to join the conversation.

More
12 years 10 months ago #21121 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Disable Email Confirmations - PLEASE HELP
Hi

Not sure what version of Joom Donation you are using. However, if you are using latest version, you can look at the file components/com_jdonation/helper/helper.php, find the function sendEmails, find the code below and remove it. After that, the email won't be sent to donor anymore.
Code:
if ($j3) { $mailer->sendMail($fromEmail, $fromName, $row->email, $subject, $body, 1); } else { JUtility::sendMail($fromEmail, $fromName, $row->email, $subject, $body, 1); }

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Dang Thuc DamDang Dam