summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-08-22 10:36:04 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-06-20 10:10:25 -0400
commit1050eff6d30a010c88bbd2e4aa28f1898b059ee3 (patch)
treeb3bef86dc6e0de5c20d17ce891ce00443c32f45a /httemplate/misc
parentc883d44a1e9a48505ba2427cf17d39595c38092c (diff)
RT# 73964 - Changed global config send-to-domain to email-to-voice_domain
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/email-customers.html2
1 files changed, 1 insertions, 1 deletions
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';