i want to access mails from /var/spool/mail directory through php using browser instade of shell prompt. so i m under apache user & group.
i placed d php script file in /home by changing DocumentRoot=/home
now i can execute that script but cant access /var/spool/mail directory comntents
i got d following error:
access denied: u dont have permission
so wht i want is accessing...
User Profile
Collapse
-
how to access /var/spool/mail/* as user apache
-
accessing mails using php
sir your linked soln was nice.but i m not using any mail client .so what i want is accessing mails through php without that imap_* functions... i want to implement it like yahoomail.com ie no spcific client s/w required like outlook express.
i want to store mails on server & whenever user will request let them access that..
what exactly i want is parse mbox on server with php and... -
how to retrieve mails from mbox using php
i m implementing web based mail system using php.....
now i can send mail and attachments. i tried this
[php]
<?php
$to = "$name <$email>";
$from = "John-Smith <john.smith@dom ain.com>";
$subject = "Here is your attachment";
$fileatt = "/public_html/pdfs/mypdf.pdf";...Leave a comment:
-
How to execute shell file by using PHP web page
i need help
i want to call shell from php
i try exec and system but it isn't working
please give me help to come out of this problem -
how to retrieve mails & attachment from mbox
i got problem with this
i m implementing web based mail system.
i want to access mbox and retrieve mail from it and display it on web page..
can anybody help me.
No activity results to display
Show More
Leave a comment: