Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Bcc from a field not working

Avatar

Level 3

I need someone to take a look at the below in red and tell me why the Bcc is not working correctly, what am I missing?? all the other fields work great.

var

oDoc = event.target;

oDoc.mailDoc({

bUI

: true,

cTo

: fldTo.rawValue,

cCc

: fldCC.rawValue,

cBCc

: fldBCc.rawValue,

cSubject

: fldSubject.rawValue,

cMsg

: fldMessage.rawValue

});

1 Accepted Solution

Avatar

Correct answer by
Level 10

Not sure but doesn't mailDoc use cBcc instead cBCc?

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Not sure but doesn't mailDoc use cBcc instead cBCc?

Avatar

Level 3

OMG!!! how stupid do I feel! I was looking for something much more complicated.

thanks Radzmar