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

View file

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