From d58347f6b92b708048686e83613254fdb98eb947 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Tue, 24 Sep 2013 11:18:03 -0700 Subject: [PATCH] CRM-13442 Clarify new help text for Record to Database, and explain usage. ---------------------------------------- * CRM-13442: Update Outbound Email help text http://issues.civicrm.org/jira/browse/CRM-13442 --- templates/CRM/Admin/Form/Setting/Smtp.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Admin/Form/Setting/Smtp.tpl b/templates/CRM/Admin/Form/Setting/Smtp.tpl index 9177758a71..892aea7be3 100644 --- a/templates/CRM/Admin/Form/Setting/Smtp.tpl +++ b/templates/CRM/Admin/Form/Setting/Smtp.tpl @@ -29,7 +29,7 @@

If you do not want users to send outbound mail from CiviCRM, select "Disable Outbound Email". NOTE: If you disable outbound email, and you are using Online Contribution pages or online Event Registration - you will need to disable automated receipts and registration confirmations.

-

If you choose Redirect to Database, all emails will be recorded as archived mailings in civicrm_mailing_spool instead of being sent out.

{/ts} +

If you choose Redirect to Database, all emails will be recorded in the civicrm_mailing_spool table instead of being sent out. This setting is generally used only in test sites.

{/ts} -- 2.25.1