Hello,
I have a form that doesn't request/require an email address. When the form results return, and no email field was listed, the email From is returned as: nobody@myserver.com. Is there a way to have this set to something different ?
Hello,
I have a form that doesn't request/require an email address. When the form results return, and no email field was listed, the email From is returned as: nobody@myserver.com. Is there a way to have this set to something different ?
Thanks,
Mark Waugh
Hi Mark,
Thats the default settings.. log into your WHM and under Tweak Settings, disable user nobody from sending mail.
You can also enable suexec from your WHM.. That should fix the issue.
Regards
Blizzkin
Hi Blizzki,
Thank you for the info. Will "disable user nobody from sending mail " (or) '"enable suexec " cause problems ?? Is there any harm if i enable it ? not sure ...
Thanks,
Mark Waugh
Hi Mark,
Disabling user nobody will prevent php mail scripts from sending mail.
Hmm.. You can disable this first and see if your script is running properly.
Then you can try enabling suexec. This will cause the php scripts to run under the ownership of the user.
.
Regards
Blizzkin