Skip to content

Commit

Permalink
Document g_email_send_using_cronjob
Browse files Browse the repository at this point in the history
#14039: Error when performing tag operations on bugs
  • Loading branch information
rombert committed Apr 26, 2012
1 parent 695040c commit 4a9a7ae
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docbook/adminguide/en/configuration.sgml
Expand Up @@ -550,7 +550,14 @@
<varlistentry>
<term>$g_email_send_using_cronjob</term>
<listitem>
<para>TODO</para>
<para>Disables sending of emails as soon as an action is performed.
Emails are instead queued and must be sent by running
scripts/send_emails.php periodically. This script can only be
executed from the CLI, not from the web interface, for security
reasons.</para>
<para>Enabling this option can help with performance problems if large
numbers of emails are generated or mail delivery is slow by not
delaying page execution when sending emails.</para>
</listitem>
</varlistentry>
<varlistentry>
Expand Down

0 comments on commit 4a9a7ae

Please sign in to comment.