How to Disable Emails without disabling logging to the DB

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
dirshah
Posts: 12
Joined: 18 Sep 2012, 08:00

How to Disable Emails without disabling logging to the DB

Post 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.
cas
Posts: 1768
Joined: 11 Mar 2006, 16:08
Contact:

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

Post 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 :)
atrol
Site Admin
Posts: 8581
Joined: 26 Mar 2008, 21:37
Location: Germany

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

Post by atrol »

Good luck, you will get a quite big table ;-)
Please use Search before posting and read the Manual
Post Reply