| PHP, MySQL General PHP questions. Or go to our PHPsuexec Forum >> |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread |
|
|
#2 (permalink) |
|
minor deity
Super #1
Joined in Apr 2004
Lives in Georgia
Hosted on XEON
7,395 posts
Gave thanks: 28
Thanked 94 times
|
__________________
Proud to be a Surmunity Mod! XEON Make a fundamental difference! My Sites: Curious about Brewing Beer? Join the community! >>>>> Some Change is GOOD! Keep your paycheck! Support the Fair Tax Get into an Art museum Victorian London It's your brain -ON WEB - mybrainhost.com (under development) What SHOULD Government do? Much Less than it Does! |
|
|
|
|
|
#5 (permalink) |
|
Surpass Fan
On a golden path...
Joined in Jul 2004
Hosted on Pass20
422 posts
Gave thanks: 1
Thanked 1 Time in 1 Post
|
okay! done that! now, i put the following code and linked it with the forwarding
<? mail("myname[at]hotmail.com","subject","ddd"); ?> nothing happens
__________________
:P |
|
|
|
|
|
#6 (permalink) |
|
Web Hosting Super Ninj4
Super #1
Joined in Sep 2003
Lives in Fullerton, CA
1,581 posts
Gave thanks: 0
Thanked 2 times
|
Well, that's because you aren't really linking anything, and the e-mail itself will not execute that script. Piping e-mail merely passes the contents of an e-mail to a script which is then supposed to parse and respond.
With the code you pasted, a mail would only be sent if someone requested the php file in their browser. |
|
|
|
|
|
#7 (permalink) |
|
Surpass Fan
On a golden path...
Joined in Jul 2004
Hosted on Pass20
422 posts
Gave thanks: 1
Thanked 1 Time in 1 Post
|
ok, heres what i got
a php file named 'test.php' with the following code in it PHP Code:
- Mail delivery failed: returning message to sender This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: pipe to |/home/ebreaze/public_html/test.php generated by tester[at]mydomain.com local delivery failed ------ This is a copy of the message, including all the headers. ------
__________________
:P |
|
|
|