@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
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?