diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-08-29 11:50:18 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-06-20 10:10:58 -0400 |
| commit | 63681a4b7352cab8402cb732dc691d35c01d21e2 (patch) | |
| tree | 5fa8aa285b28358db7541f8e5f7d02a05fa1aec0 | |
| parent | 1050eff6d30a010c88bbd2e4aa28f1898b059ee3 (diff) | |
RT# 73964 - updated config description to better explain the email-to-voice_domain configuration option
| -rw-r--r-- | FS/FS/Conf.pm | 2 | ||||
| -rw-r--r-- | FS/FS/part_event/Action/notice_to_emailtovoice.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 1e9a5f48d..c22dec026 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -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, }, diff --git a/FS/FS/part_event/Action/notice_to_emailtovoice.pm b/FS/FS/part_event/Action/notice_to_emailtovoice.pm index a3a5e9824..3eaa73850 100644 --- a/FS/FS/part_event/Action/notice_to_emailtovoice.pm +++ b/FS/FS/part_event/Action/notice_to_emailtovoice.pm @@ -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', |
