From afb633352e014fc5b7830d4e49e441a01372013b Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Tue, 24 Sep 2013 12:42:29 -0700 Subject: [PATCH] CRM-13442 Removing help text which references the Redirect to DB setting since we are suppressing it. ---------------------------------------- * CRM-13442: Update Outbound Email help text http://issues.civicrm.org/jira/browse/CRM-13442 --- templates/CRM/Admin/Form/Setting/Smtp.tpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/CRM/Admin/Form/Setting/Smtp.tpl b/templates/CRM/Admin/Form/Setting/Smtp.tpl index 892aea7be3..7de138fdbe 100644 --- a/templates/CRM/Admin/Form/Setting/Smtp.tpl +++ b/templates/CRM/Admin/Form/Setting/Smtp.tpl @@ -27,9 +27,7 @@
{ts}

CiviCRM offers several options to send emails. The default option should work fine on linux systems. If you are using windows, you probably need to enter settings for your SMTP/Sendmail server. You can send a test email to check your settings by clicking "Save and Send Test Email". If you're unsure of the correct values, check with your system administrator, ISP or hosting provider.

-

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 in the civicrm_mailing_spool table instead of being sent out. This setting is generally used only in test sites.

{/ts} +

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.

{/ts}
-- 2.25.1