1)If i submit a new link (as guest), I get this because i have no mail server running. Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in E:¶rojekte\xampp\htdocs\wsnlinks\commonfuncs.php on line 421
Is this right? Is it neccessary to have a mailserver running if s.o suggests a link which has to be approved?
If you don't have mail configured, none will get sent, thus if you require yourself to read emails to do things you won't be able to.
I've never bothered configuring mail on localhost but it should be something in your php.ini I presume, you'd have to put in your ISP's SMTP info or the like.
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on On suggest link SUBMIT
Experienced
Usergroup: Customer
Joined: Jan 06, 2007
Total Topics: 33
Total Comments: 84
1)If i submit a new link (as guest), I get this because i have no mail server running.
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in E:¶rojekte\xampp\htdocs\wsnlinks\commonfuncs.php on line 421
Is this right? Is it neccessary to have a mailserver running if s.o suggests a link which has to be approved?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
If you don't have mail configured, none will get sent, thus if you require yourself to read emails to do things you won't be able to.
I've never bothered configuring mail on localhost but it should be something in your php.ini I presume, you'd have to put in your ISP's SMTP info or the like.