0
We need a copy of the email with the invoice pdf which is automatically sent to the users when they paid for the tax inspection.
It would be nice if we could configure an email address for this copy in the backend settings.
How can we achieve this? Or can we ovverride in php?
Kind regards
Eva-Maria
It would be nice if we could configure an email address for this copy in the backend settings.
How can we achieve this? Or can we ovverride in php?
Kind regards
Eva-Maria
Responses (3)
-
Accepted Answer
0hello
you would need to override this in php
in file /models/invoice.php you have the function sendMail() in which you can add CC email if you want.
Here is a quick reference on how to addCc copies: https://api.joomla.org/cms-3/classes/joomla.cms.mail.mail.html -
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »