Skip to content

fix: correct Unkown→Unknown typo in SMTP error message (mail/smtp.go)#117

Open
Jah-yee wants to merge 1 commit into
3xxx:masterfrom
Jah-yee:master
Open

fix: correct Unkown→Unknown typo in SMTP error message (mail/smtp.go)#117
Jah-yee wants to merge 1 commit into
3xxx:masterfrom
Jah-yee:master

Conversation

@Jah-yee

@Jah-yee Jah-yee commented Jul 3, 2026

Copy link
Copy Markdown

Summary

Fixes: errors.New("Unkown fromServer")errors.New("Unknown fromServer") in mail/smtp.go line 464.

Details

  • File: mail/smtp.go
  • Line: 464
  • Change: Unkown → Unknown
  • Context: SMTP client initialization error message (user-facing)
  • 1 file, 1 line change

Verification

return nil, errors.New("Unknown fromServer")

This is a user-facing error returned when SMTP server configuration is invalid.

Fixes: mail/smtp.go line 464 - errors.New("Unkown fromServer") → errors.New("Unknown fromServer")

User-facing error message in SMTP client initialization.
@Jah-yee

Jah-yee commented Jul 3, 2026

Copy link
Copy Markdown
Author

Hi @3xxx! This PR fixes a user-facing Unkown→Unknown typo in the SMTP error message (line 464 of mail/smtp.go). The fix is minimal (1 commit, 1 line) and mergeable_state=clean. Hope you can take a look — happy to adjust if needed! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant