Turn off e-mail functions [message #23744] |
Mon, 28 March 2005 01:12 ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Jorakae
![United States United States](/forum/images/flags/us.png) Messages: 30 Registered: March 2005
Karma: 0
|
Member |
|
|
I'm trying to turn off all e-mail functions of the forums but it seems no matter what I try, I can't turn it off. Users get errors when registering, sending PMs, etc...
Where can I change the setting to disable all e-mail notifications/fucntions?
|
|
|
Re: Turn off e-mail functions [message #23754 is a reply to message #23744] |
Mon, 28 March 2005 13:56 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You need to turn-off all e-mail functions inside the admin control panel as well and registration e-mail confirmations.
FUDforum Core Developer
|
|
|
|
Re: Turn off e-mail functions [message #23871 is a reply to message #23861] |
Sun, 03 April 2005 17:02 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The PHP errors messages are pretty clear about what is wrong.
In order for mail() to work on win32 you need to specify SMTP server via the sendmail_from INI setting.
FUDforum Core Developer
|
|
|
|
Re: Turn off e-mail functions [message #23951 is a reply to message #23949] |
Wed, 06 April 2005 03:03 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Well, one solution is to disable the display of warnings to screen.
The other to remove the code that sends the welcome message upon registration inside register.php.t
FUDforum Core Developer
|
|
|
|
|
|