RT# 73964 - updated config description to better explain the email-to-voice_domain...
authorChristopher Burger <burgerc@freeside.biz>
Tue, 29 Aug 2017 15:50:18 +0000 (11:50 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Wed, 20 Jun 2018 14:10:58 +0000 (10:10 -0400)
FS/FS/Conf.pm
FS/FS/part_event/Action/notice_to_emailtovoice.pm

index 1e9a5f4..c22dec0 100644 (file)
@@ -1014,7 +1014,7 @@ my $validate_email = sub { $_[0] =~
   {
     'key'         => 'email-to-voice_domain',
     'section'     => 'email_to_voice_services',
-    'description' => 'The Domain to send email to voice to',
+    'description' => 'The domain name used to send emails to a 3rd party email to voice service.  You will be able to select a phone number to append to this domain on the email customer page or when using the email to voice billing event action.',
     'type'        => 'text',
     'per_agent'   => 1,
   },
index a3a5e98..3eaa738 100644 (file)
@@ -33,7 +33,7 @@ sub option_fields {
                                              'fax'     => 'Fax #',
                                              'daytime' => 'Day Time #',
                                            },
-                     'post_field_label' => "@", # . $to_domain ,
+                     'post_field_label' => ' <font color="red">Make sure you have setup your email-to-voice_domain config option in your Configuration settings.</font>',
                    },
 
     'msgnum'    => { 'label'    => 'Template',