- Posts: 3
- Thank you received: 0
Disable Email Confirmations - PLEASE HELP
- ghosmer
- Topic Author
- Offline
- New Member
-
Less
More
12 years 10 months ago #21077
by ghosmer
Disable Email Confirmations - PLEASE HELP was created 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
Thanks!
Greg
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
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
-
Less
More
- Posts: 3
- Thank you received: 0
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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.
Tuan
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 Dam, Dang Dam
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.