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>2017-08-22 10:36:04 -0400
commit2dca91166a0fe163a51741b37edc812c7a32b9a9 (patch)
treeb3b2f9edfe562dc9d4eef5de4db485d5df55f17d /httemplate/misc
parent543ea7d6be3bdf58b30eee5e1363eff737bc58cb (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 5083fcdcf..fe637abe1 100644
--- a/httemplate/misc/email-customers.html
+++ b/httemplate/misc/email-customers.html
@@ -272,7 +272,7 @@ die "access denied"
my $conf = FS::Conf->new;
my @no_search_fields = qw( 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';