mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-10 01:48: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',
|
PayloadOrganization: profileOpts.organization || 'WildDuck Mail Server',
|
||||||
|
|
||||||
EmailAccountDescription: profileOpts.accountDescription,
|
EmailAccountDescription: profileOpts.accountDescription,
|
||||||
EmailAccountName: userData.name,
|
EmailAccountName: userData.name || '',
|
||||||
EmailAccountType: accountType,
|
EmailAccountType: accountType,
|
||||||
EmailAddress: userData.address,
|
EmailAddress: userData.address,
|
||||||
IncomingMailServerAuthentication: 'EmailAuthPassword',
|
IncomingMailServerAuthentication: 'EmailAuthPassword',
|
||||||
|
|
Loading…
Reference in a new issue