Invoice email as BCC (Blind Carbon Copy)

Hi Dear,

Is there any way to send an Invoice as a BCC(Blind Carbon Copy) email to several participants?

I know there is a way to define a BCC email, but the problem is, it will send all emails to the BCC email address.

Screenshot from 2020-08-13 11-11-45

Any Help would be much appreciated.

Kind regards,
Adnan

@adnanbutt050
I was reviewing the Dolibarr Guide today because I know you can BCC emails sent from Dolibarr, but I was not seeing the BCC field either.

The Dolibarr Guide says:

MAIN_EMAIL_USECCC => 1 = Display the BCC field in email forms, If email = Show BCC pre-filled with
email.

I queried the llc_const table to make sure that the constant was not already defined.

SELECT * FROM `llx_const` where name like 'MAIN_EMAIL_USECCC' 

It was not. So in the Dolibarr interface, I visited Home>Setup>Other Setup


Under “Other Setup”, I added MAIN_EMAIL_USECCC and set it to 1.

Now when I send an invoice email, or any email for that fact, there is a new field for me to set the BCC.
image
Let me know if this helps or if you have any questions.

1 Like

I cam across this today while I had a similar issue. Thank you - it worked perfectly.

What I would also like to do is prepopulate the BCC so I can automatically forward just my invoices to a single address. Do you / anyone know how to do this?

Thanks

Nick