RT# 73964 - Changed global config send-to-domain to email-to-voice_domain
[freeside.git] / httemplate / misc / email-customers.html
index 6e37d74..1c756cd 100644 (file)
@@ -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';