Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

Commit

Permalink
fix: show which server is used for emails sending
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Sep 5, 2021
1 parent 0aa99d6 commit b15c889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mailer/smtp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const smtpMailer = (omnibus: EventEmitter): void => {
console.error(`[email] Sending of emails DISABLED!`)
return
}
console.debug(`[email] Sending of emails ENABLED!`)
console.debug(`[email] Sending of emails ENABLED via ${host}!`)
omnibus.on(
'user_registered',
async (user: UserAccount, token: VerificationToken) => {
Expand Down

0 comments on commit b15c889

Please sign in to comment.