Hi there, I love Simple Invoices!
I was wondering, is there a way to add an additional email address field to a customers details which is then also used to send the invoices to?
Some of my clients require that I send the invoices to multiple addresses, but as far as I can see SI only caters for one email address.
I'm sorry if this has been discussed before but I just can't seem to find anything that can assist me in accomplishing this.
Thank you!
separation with commas should work
Make sure that you don't have spaces after the commas
http://php.net/manual/en/function.mail.php
Unfortunately that would mean that every email sent to that email address will also be sent to the other email addresses. Including mail not being handled by SI, if I understand correctly.
Wouldn't it just be better to create another field called for example "Secondary Email" and then edit the mailing function to add the secondary email if it exists?
Not sure if you are an active developer for SI, but if the core contributors could have a look at this and provide some assistance as to what the best course of action would be it would be greatly appreciated.
I think the ability to add multiple email addresses to a contact is a (much) needed feature, and should not be too hard to implement for someone who is more familiar with the system.