Page 1 of 1

How to Disable Emails without disabling logging to the DB

Posted: 01 Oct 2012, 09:49
by dirshah
Hi:
I am unable to configure my custom SPTP server for the emails. Now I have one another solution in my mind. I want to disable email sending feature so that the processing is reduced and i also want the emails to be logged to the database table which is happening right now. Is there any way for this?

Thanks in advance.

Re: How to Disable Emails without disabling logging to the D

Posted: 01 Oct 2012, 10:16
by cas
Add the following setting to config_inc.php:
$g_email_send_using_cronjob = ON;

As long as you do not run the cronjob, emails are stored in the table :)

Re: How to Disable Emails without disabling logging to the D

Posted: 01 Oct 2012, 10:18
by atrol
Good luck, you will get a quite big table ;-)