mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-10-30 07:58:21 +08:00
update ASP generator
This commit is contained in:
parent
5cab241ea6
commit
dde325037a
1 changed files with 1 additions and 1 deletions
|
|
@ -492,7 +492,7 @@ module.exports = (db, server, userHandler) => {
|
|||
PayloadOrganization: profileOpts.organization || 'WildDuck Mail Server',
|
||||
|
||||
EmailAccountDescription: profileOpts.accountDescription,
|
||||
EmailAccountName: userData.name || userData.address,
|
||||
EmailAccountName: userData.name || '',
|
||||
EmailAccountType: accountType,
|
||||
EmailAddress: userData.address,
|
||||
IncomingMailServerAuthentication: 'EmailAuthPassword',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue