Question: Add Email Cc Recipient For Notifications

Add Email Cc Recipient For Notifications

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 e

VK

van Kessel

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
  • MS

    Mian Saleem

    Answered
    Hello,

    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
  • VK

    van Kessel

    Answered
    Hi,

    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!
  • MS

    Mian Saleem

    Answered
    Hello,

    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