| Author |
Post |
|
|
#1 Wed Dec 26, 2007 9:14 pm
|
|
Member
Registered: Dec 2007
Posts: 62
|
Very good forum so far  I hope it will get developed  In the config, I have choosen to NOT force members to activate their members. But I still get this error while signing up. You can login to the user without need to activate it, but I dislike this error message: In file sources\functions.php on line 1166: E_WARNING - mb_send_mail() [function.mb-send-mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() « Last edit by Dietrich on Wed Dec 26, 2007 10:42 pm. »
|
|
|
#2 Wed Dec 26, 2007 10:42 pm
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
This is not a bug but a server misconfiguration. The forum still attempts to send an e-mail even if activation is disabled.
|
|
|
#3 Wed Dec 26, 2007 10:43 pm
|
|
Member
Registered: Dec 2007
Posts: 62
|
Alright. Got any idea how I can solve it?
|
|
|
#4 Wed Dec 26, 2007 10:46 pm
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
|
|
|
#5 Thu Dec 27, 2007 12:53 am
|
|
Member
Registered: Dec 2007
Posts: 62
|
Doesnt help me, I am still confused about what to do.
|
|
|
#6 Thu Dec 27, 2007 2:04 am
|
|
Member
Registered: Nov 2007
Posts: 31
|
Just configuration "smtp" smtp is 'email' service You server or localhost smtp servis is no work or no konfigured. (or no servis active) Just search smtp info in google.com, yahoo.com,.. (sorry my no english) « Last edit by nxturk on Thu Dec 27, 2007 2:06 am. »
|
|
|
#7 Thu Dec 27, 2007 2:30 am
|
|
Member
Registered: Dec 2007
Posts: 62
|
Why do it have to be so damn complicated? Why not just create a function if the forum is configured to NOT have an activation mail, well, dont try to send it.
|
|
|
#8 Thu Dec 27, 2007 10:16 am
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
UseBB once had a setting to disable all email messages. It got removed because it was nothing more but a workaround for a badly configured webserver. http://www.usebb.net/community/topic-post7991.html#post7991 Describes a code modification to disable all mail messages.
|
|
|
#9 Mon Dec 31, 2007 2:10 pm
|
|
Member
Registered: Dec 2007
Posts: 62
|
Dietrich wrote UseBB once had a setting to disable all email messages. It got removed because it was nothing more but a workaround for a badly configured webserver. http://www.usebb.net/community/topic-post7991.html#post7991 Describes a code modification to disable all mail messages.
Thank you man. That worked!
|