VK
Asked
Hi,
Can you help me with the email controllers/functions?
I would like to add an email CC recipient for notifications like a sale, transfer, payment etc.
Could you specify where the email options for these notifications are controlled?
Thanks!
Regards,
Ralph
Can you help me with the email controllers/functions?
I would like to add an email CC recipient for notifications like a sale, transfer, payment etc.
Could you specify where the email options for these notifications are controlled?
Thanks!
Regards,
Ralph
- MSAnsweredHello,
The `send_mail` method of `app/libraries/Tec_mail.php` is responsible for sending all the email. You can set default `$cc` if you need.
Thank you - VKAnsweredHi,
Can you give me the way where I can set the CC?
Because it's not clear were to set an extra CC mail address.
Thanks! - MSAnsweredHello,
I have already mentioned the method name and file path. If you are not sure, please hire any developer to help you. You just need to check the `$cc` add your email or ignore the provided and set `$cc = '[email protected]'` at start of the method.
Thank you - Login to Reply