Extend handling login credentials by allowing to modify SMTP username

This commit is contained in:
the-djmaze 2024-04-17 01:09:07 +02:00
parent 3a6a5a6925
commit e554bcc27e
12 changed files with 220 additions and 183 deletions

View file

@ -132,8 +132,9 @@ $Plugin->addHook('hook.name', 'functionName');
### login.credentials
params:
string &$sEmail
string &$sLogin
string &$sImapUser
string &$sPassword
string &$sSmtpUser
### login.success
params: