Enable WebGUI sites to send SMS messages as inbox notifications.
This commit is contained in:
commit
f54e975c14
8 changed files with 303 additions and 18 deletions
|
|
@ -295,6 +295,14 @@ sub definition {
|
|||
hoverHelp=>$i18n->get('mail return path help'),
|
||||
defaultValue=>$setting->get("mailReturnPath")
|
||||
});
|
||||
push(@fields, {
|
||||
tab => 'messaging',
|
||||
fieldType => 'email',
|
||||
name => 'smsGateway',
|
||||
label => $i18n->get('sms gateway'),
|
||||
hoverHelp => $i18n->get('sms gateway help'),
|
||||
defaultValue => $setting->get('smsGateway'),
|
||||
});
|
||||
# misc
|
||||
push(@fields, {
|
||||
tab=>"misc",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue