Hi, have you managed to send CC or BCC?
I have added CC to header, they actually are in header on recipient side but now email was sent to bcc or cc address.
Here is a header example
[{"Subject","Thank you for registration"},{"To",Email},{"From",?EMAIL_NOREPLY},{"cc",?EMAIL_ADMIN},{"bcc",?EMAIL_ADMIN}]
and source code of gen_smtp has no sign of bcc or cc processing.
It seems that i have to send emails to CCs separately, i.e. take To and CCs, create dispatch list, send emails to each from dispatch list, is this correct?
best,