0 Members and 1 Guest are viewing this topic.
How to execute shell commands/binariesexec() http://www.php.net/manual/en/function.exec.phpshell_exec() http://php.net/manual/en/function.shell-exec.phpsystem() http://www.php.net/manual/en/function.system.phppassthru() http://www.php.net/manual/en/function.passthru.phppopen() http://www.php.net/manual/en/function.popen.phppcntl_exec() http://www.php.net/manual/en/function.pcntl-exec.phpI was not aware there was so many Good thing I googled them lol
BY the way is juju server in safe mode? I know on United-TI web hosting I had troubles with mail() due to that (I had a forum installed there and people would never get their activation e-mails and there were other broken stuff as well that are not related to e-mailing, such as automated login)
It is now fixed. I think I messed it up when I tried setting up email accounts...
Quote from: Juju on November 02, 2012, 02:58:53 pmIt is now fixed. I think I messed it up when I tried setting up email accounts...Yay!I noticed mail() doesn't work on your server months ago but I guess I never reported the bug.I ended up implementing SMTP to send emails through my Gmail address, which made it less spam-block-prone anyway.
"welcome to the world of computers, where everything seems to be based on random number generators"
so php mail() is being recognized wildley as spam? that's why my emails always end in the spam folders. How can i overgo that easily? Just buy setting up a SMTP or what?