BambooInvoice Forums

Automatically BCC or Copy invoice email to a 3rd party

 
Total Posts: 9

I looked, but did not see this discussed…

* an email address (or list, why not?) of emails to automatically copy invoices to when using the “email invoice” feature.
* option to automatically email invoice to said (or different?) email when changes to invoice are made.

reason being is that I gave my bookeeper her own BI acct, but she won’t login to print the invoices for herself, she relies on me to email them—for now, I’m going to make a filter that automatically forwards her the invoices from my email account (I just have to remember to BCC myself as they go out)

but an automatic bcc a) myself b) others would be a neat feature.

Total Posts: 2324

Nice idea.

If you’ve donated to Bamboo in the past, send me an email and I’ll provide you with this functionality today. If you haven’t and you feel like donating a few bucks, same deal.

If that’s not an option, I’ll still look at the feasibility of getting this into the next version for you. I’m not sure when that will be released.

Total Posts: 2324

I’d like to sincerely thank David for sponsoring this feature! Thanks to him, here it is for everybody.

- replace bamboo_system_files/application/controllers/invoices.php with the attached file
- add this near the bottom of your config file - its located at bamboo_system_files/application/config/config.php

// this automates the sending of all your emails to a set recipient via blind copy.
// EXAMPLE $config['additional_email_copies'] = array('user@example.com');
// EXAMPLE $config['additional_email_copies'] = array('user1@example.com', 'user2@example.com'); 

To use it, just uncomment and fill in the appropriate info. For example

// this automates the sending of all your emails to a set recipient via blind copy.
// EXAMPLE $config['additional_email_copies'] = array('user@example.com');
// EXAMPLE $config['additional_email_copies'] = array('user1@example.com', 'user2@example.com');
$config['additional_email_copies'= array('you@email.com'); 
File Attachments
invoices.zip  (File Size: 7KB - Downloads: 65)