artev wrote:
> if I have one php's site and not want to add other code or controll all the
> coode;
> is possible (and how) to see in a list all the email's address that
> the site send ?
> is necessary some specific software or I can see
> in some log file?
> the site work with apache server.
Apache isn't involved in sending mail. What you need is access to the
Mail Transfer Agent (MTA)logs. Then you'll need code (it could be PHP,
Perl or several other languages) to parse the log and display the output.
Probably the most common MTA's on Unix are sendmail and Exim.
BTW, if you're on shared hosting, I doubt you have access to this log.
And if you do, I'd change hosts immediately.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================