mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-09 09:27:38 +08:00
asp update
This commit is contained in:
parent
eb1a9b7c90
commit
ae5c7deadc
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ module.exports = (db, server, userHandler) => {
|
|||
PayloadOrganization: profileOpts.organization || 'WildDuck Mail Server',
|
||||
|
||||
EmailAccountDescription: profileOpts.accountDescription,
|
||||
EmailAccountName: userData.name,
|
||||
EmailAccountName: userData.name || '',
|
||||
EmailAccountType: accountType,
|
||||
EmailAddress: userData.address,
|
||||
IncomingMailServerAuthentication: 'EmailAuthPassword',
|
||||
|
|
Loading…
Reference in a new issue