```@calcom/web:dx: SEND_ACCOUNT_VERIFY_EMAIL_ERROR...
# developers
v
Copy code
@calcom/web:dx: SEND_ACCOUNT_VERIFY_EMAIL_ERROR Error: Missing credentials for "PLAIN"
@calcom/web:dx:     at SMTPConnection._formatError (/Users/vikramsinghdewda/Desktop/Open Source/cal.com/node_modules/nodemailer/lib/smtp-connection/index.js:787:19)
@calcom/web:dx:     at SMTPConnection.login (/Users/vikramsinghdewda/Desktop/Open Source/cal.com/node_modules/nodemailer/lib/smtp-connection/index.js:441:38)
@calcom/web:dx:     at /Users/vikramsinghdewda/Desktop/Open Source/cal.com/node_modules/nodemailer/lib/smtp-transport/index.js:272:32
@calcom/web:dx:     at SMTPConnection.<anonymous> (/Users/vikramsinghdewda/Desktop/Open Source/cal.com/node_modules/nodemailer/lib/smtp-connection/index.js:211:17)
@calcom/web:dx:     at Object.onceWrapper (node:events:627:28)
@calcom/web:dx:     at SMTPConnection.emit (node:events:513:28)
@calcom/web:dx:     at SMTPConnection._actionEHLO (/Users/vikramsinghdewda/Desktop/Open Source/cal.com/node_modules/nodemailer/lib/smtp-connection/index.js:1322:14)
@calcom/web:dx:     at SMTPConnection._processResponse (/Users/vikramsinghdewda/Desktop/Open Source/cal.com/node_modules/nodemailer/lib/smtp-connection/index.js:950:20)
@calcom/web:dx:     at SMTPConnection._onData (/Users/vikramsinghdewda/Desktop/Open Source/cal.com/node_modules/nodemailer/lib/smtp-connection/index.js:752:14)
@calcom/web:dx:     at Socket.SMTPConnection._onSocketData (/Users/vikramsinghdewda/Desktop/Open Source/cal.com/node_modules/nodemailer/lib/smtp-connection/index.js:191:44)
@calcom/web:dx:     at Socket.emit (node:events:513:28)
@calcom/web:dx:     at addChunk (node:internal/streams/readable:315:12)
@calcom/web:dx:     at readableAddChunk (node:internal/streams/readable:289:9)
@calcom/web:dx:     at Socket.Readable.push (node:internal/streams/readable:228:10)
@calcom/web:dx:     at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
@calcom/web:dx:   code: 'EAUTH',
@calcom/web:dx:   command: 'API'
@calcom/web:dx: }
s
You can fix this by adding a dummy smtp email and password in .env file. Mailhog will intercept the emails. You can refer to the ms office examples in the .env file.