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.
How to Disable Emails without disabling logging to the DB
Moderators: Developer, Contributor
Re: How to Disable Emails without disabling logging to the D
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
$g_email_send_using_cronjob = ON;
As long as you do not run the cronjob, emails are stored in the table