0
I want to send the invoice to more than one recipient at a time. I tried this:

myname@mydomain.com, mybossname€mydomain.com

also this

myname@mydomain.com; mybossname€mydomain.com

and this



all methods usually work in a way or another in many components, but none is working here.

Is there a trick to do this?
Responses (1)
  • Accepted Answer

    Friday, January 16 2015, 12:00 PM - #Permalink
    1
    some code modification would be necessary for this, because in the email sending function, this need to be setted as an ARRAY (in PHP), not just a comma-separated string...
    The reply is currently minimized Show
Your Reply