is there a function in cakePHP than can set BCC when user reply to a email?
it like a function repltTo but i want to set the BCC not the TO?
thanks in advance.
is there a function in cakePHP than can set BCC when user reply to a email?
it like a function repltTo but i want to set the BCC not the TO?
thanks in advance.
See. There's a function CakeEmail::replyTo()
No, there is not a way to auto fill-in the BCC field on user's reply unless you're actually having them "reply" through your system. (But if that was the case, I doubt you'd be asking here, as it's very well documented how to add a "BCC" to an email).