vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Disabled outgoing emails on test forum (https://vborg.vbsupport.ru/showthread.php?t=307360)

kronnos 01-22-2014 11:30 PM

Disabled outgoing emails on test forum
 
When setting up a test forum, how can i make sure no emails are going out to members about anything subscription related or other notifications?

Thanks!

ozzy47 01-22-2014 11:47 PM

ACP --> Settings --> Options --> Email Options, set the Enable Email features to NO, and also Allow Users to Email Other Members to NO

kronnos 01-23-2014 12:54 AM

Thanks!

ozzy47 01-23-2014 12:57 AM

Not a problem, glad to help. :)

TheLastSuperman 01-23-2014 01:54 AM

You can also edit config.php and add this code directly below <?php to disable email on a test site:

Code:

define('DISABLE_MAIL', 1);
Will resemble:
PHP Code:

<?php
define
('DISABLE_MAIL'1);


ozzy47 01-23-2014 02:03 AM

Ummm the // should not be in the second code box.

TheLastSuperman 01-23-2014 02:10 AM

Quote:

Originally Posted by ozzy47 (Post 2476117)
Ummm the // should not be in the second code box.

What // ?

:p

:p

jk jk I removed it, what I get for copy/pasting I should have just been a man and typed it out manually lol!

ozzy47 01-23-2014 02:18 AM

I know nothing. :)

TheLastSuperman 01-23-2014 03:06 AM

Quote:

Originally Posted by ozzy47 (Post 2476127)
I know nothing. :)

How'd you know what I say to my wife? :rolleyes:

kronnos 01-23-2014 08:07 PM

Quote:

Originally Posted by TheLastSuperman (Post 2476112)
You can also edit config.php and add this code directly below <?php to disable email on a test site:

Code:

define('DISABLE_MAIL', 1);
Will resemble:
PHP Code:

<?php
define
('DISABLE_MAIL'1);


Awesome, this will make things even easier!


All times are GMT. The time now is 09:09 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01204 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete