toma1708
09-24-2002, 11:07 AM
Hi,
I cannot send email via PHP scripts (in fact PHP Nuke).
Is this related to the fact that the sendmail path (in php.ini) is "-t-i" or there is a script related problem ?
Thank you.
BTW, is it somebody that could setup (against a fee of course) a secondary DNS service for me ?
Richard Ward
09-24-2002, 02:51 PM
Originally posted by toma1708
Hi,
I cannot send email via PHP scripts (in fact PHP Nuke).
Is this related to the fact that the sendmail path (in php.ini) is "-t-i" or there is a script related problem ?
Thank you.
BTW, is it somebody that could setup (against a fee of course) a secondary DNS service for me ?
It's most likely a script related problem. PHP Nuke was poorly written. There are a lot of places that'll run secondary DNS for you. I'm sure if you contact a few hosting companies here; they'd have no problem running zone transfers for secondary name servers.
MotleyFool
09-26-2002, 02:33 AM
What MTA are you using?
See the PHP manual at php.net and search for mail() and you will find some good pointers for solving this problem against various MTAs.
Ultravox
09-26-2002, 12:52 PM
Must be problem with your scripts only.
toma1708
09-27-2002, 08:18 AM
This is what I receive back.
This message was created automatically by mail delivery software (Exim).
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:
catalin.toma@romedchim.ro
SMTP error from remote mailer after RCPT TO:<catalin.toma@romedchim.ro>:
host romedchim.ro [209.51.***.***]: 550 cannot route to sender address <nobody@europe.***.com>
priyadi
09-27-2002, 12:17 PM
Try sending to another email address. If that works, the problem is on the receiving side, not you.