Topic: customer name contains comma causing e-mail to fail
I split customer name with a comma by:
lastname, firstname
also for the short name (as I did an import from my previous ledger with the FA cvs import module).
The result is that it tries to e-mail to:
To: lastname@serverdomein.nl, firstname <validemail@validdomain.nl>
I took this line from the mail it tries to send. FA 2.2.6 returns an error that it could not send the mail (I send it in the page just after submitting the sales invoice).
It looks like it tries to send it to two addresses:
lastname@serverdomein.nl
firstname <validemail@validdomain.nl>