mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-03-04 02:37:19 +08:00
Small change for #1350
This commit is contained in:
parent
6f8abf33c8
commit
bfb914132e
2 changed files with 4 additions and 0 deletions
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue