Hi,
Thanks for ur reply, now its works fine for me,
Then i have another doubt in the LoggerAppenderMail, if it possible to send
a mail to more than one receiver using log4php. if i use the php mail
function its possible to send more than one receiver in PHP.
Pls help me,
--
View this message
Hi
did you try to separate mail adresses with ;
f. e
$this->appenderMail->setTo("angs@gmail.com;anot...@example.com");
Best
Christian
On Wed, May 19, 2010 at 9:44 AM, PriyaPrakash wrote:
>
> Hi,
>
> Thanks for ur reply, now its works fine for me,
>
> Then i have another doubt in the Logger