Small change for #1350

This commit is contained in:
the-djmaze 2023-12-11 11:07:10 +01:00
parent 6f8abf33c8
commit bfb914132e
2 changed files with 4 additions and 0 deletions

View file

@ -32,6 +32,7 @@ $keys = [
$released = [ $released = [
'add-x-originating-ip-header', 'add-x-originating-ip-header',
'avatars', 'avatars',
'backup',
'black-list', 'black-list',
'change-password', 'change-password',
'change-password-froxlor', 'change-password-froxlor',
@ -55,6 +56,7 @@ $released = [
'nextcloud', 'nextcloud',
'override-smtp-credentials', 'override-smtp-credentials',
'set-remote-addr', 'set-remote-addr',
'smtp-use-from-adr-account',
'snowfall-on-login-screen', 'snowfall-on-login-screen',
'two-factor-auth', 'two-factor-auth',
'view-ics', 'view-ics',

View file

@ -5,6 +5,8 @@ class SmtpUseFromAdrAccountPlugin extends \RainLoop\Plugins\AbstractPlugin
const const
NAME = 'Use From-Address-Account for smtp', NAME = 'Use From-Address-Account for smtp',
AUTHOR = 'attike',
URL = 'https://github.com/attike',
VERSION = '1.0', VERSION = '1.0',
RELEASE = '2023-12-06', RELEASE = '2023-12-06',
REQUIRED = '2.23.0', REQUIRED = '2.23.0',