Welcome Guest, Not a member yet? Register   Sign In
how to find the cc and bcc value in email library
#1

[eluser]RajendraPrasad[/eluser]
hi

how to find the cc and bcc value in email library?

Thanks.
#2

[eluser]Phil Sturgeon[/eluser]
There is no set method to get the cc/bcc data. They shouldn't need a get method as you are setting them yourself.

Code:
var_dump($this->email->_cc_array);

That will get you an array of all the CC emails, which you can list() or implode() to get a string, same for BCC.
#3

[eluser]RajendraPrasad[/eluser]
hi..

I got it..
Thank you Sturgeon,




Theme © iAndrew 2016 - Forum software by © MyBB