PHP Mail (unroutable domain) [moved]

may

Registered
Dec 18, 2005
4
0
151
PHP Mail (unroutable domain)

Hi,

I am facing the same issue with PHP mail on all my web form. Previously there wasn't any thing wrong with my PHP form until recently the server administrator enable the "Prevent "nobody" from sending email..."

The server administrator refuse to disable this option. He mentioned to me that this is important in order to block spamming and hacking security threads.

Is there anyway I can use my PHP Mail form without using sending email with "Nobody" ? :confused:

He also refuse to enable the Suexec to prevent further setting changed that affect other users.
 

chirpy

Well-Known Member
Verifed Vendor
Jun 15, 2002
13,437
33
473
Go on, have a guess
No, there's nothing you can do with an uncooperative host like that except move to one that's more willing to work with you.
 

may

Registered
Dec 18, 2005
4
0
151
Smtp

Will sending by smtp() function in php help? Once I get the send out with somebody then I can send the mail out with my PHPmail.
 

may

Registered
Dec 18, 2005
4
0
151
SMTP() exploration

HI,

Thanks for your reply. I will try with that the SMTP function if this is not being blocked.