From 1050eff6d30a010c88bbd2e4aa28f1898b059ee3 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Tue, 22 Aug 2017 10:36:04 -0400 Subject: RT# 73964 - Changed global config send-to-domain to email-to-voice_domain --- httemplate/misc/email-customers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate') diff --git a/httemplate/misc/email-customers.html b/httemplate/misc/email-customers.html index 6e37d74fc..1c756cdb9 100644 --- a/httemplate/misc/email-customers.html +++ b/httemplate/misc/email-customers.html @@ -263,7 +263,7 @@ die "access denied" my $conf = FS::Conf->new; my @no_search_fields = qw( action table from subject html_body text_body popup url ); -my $send_to_domain = $conf->config('send-to-domain'); +my $send_to_domain = $conf->config('email-to-voice_domain'); my $form_action = $opt{'form_action'} || 'email-customers.html'; my $process_url = $opt{'process_url'} || 'process/email-customers.html'; -- cgit v1.2.1