Log in

View Full Version : Is there anyway to disable the email senting from my site/server?


sebil
06-11-2009, 01:50 PM
Hello.

I would like to disable sending the emails from my site/server

How to do this?

anybody knows..

Thanks in advance.. :)

Lynne
06-11-2009, 02:58 PM
Try adding this to your config.php file:

define('DISABLE_MAIL', 1);

That should disable any emails vbulletin is responsible for sending.

sebil
06-12-2009, 11:24 AM
is there a specific place to add this code..

I m adding this at the very end of that file,.,

is that oke?

ddo36
06-12-2009, 11:41 AM
can i also use this method to enable my mail? because my vbulletin cant send emails, like activation links or welcome messages.. :(

Lynne
06-12-2009, 03:21 PM
You need to add that info to your config.php file somewhere after the "<?php" and before the "?> "

By default, the mail is on, so you can't use this method to somehow turn it on, only to turn it off.