fix: correct Unkown→Unknown typo in SMTP error message (mail/smtp.go)#117
fix: correct Unkown→Unknown typo in SMTP error message (mail/smtp.go)#117Jah-yee wants to merge 1 commit into
Conversation
Fixes: mail/smtp.go line 464 - errors.New("Unkown fromServer") → errors.New("Unknown fromServer")
User-facing error message in SMTP client initialization.
|
Checking in one more time on this PR — the Unkown→Unknown typo fix in SMTP error messages is ready to merge. No conflicts, no CI issues. Thanks for considering it! 🙏 |
|
Hi! Gentle ping — this typo fix is mergeable and ready. Let me know if you need anything! 👍 |
|
Hi @3xxx, just wanted to follow up on this PR. It's ready to merge - happy to make any adjustments if needed. Thanks for considering it! |
|
Hi! Just a friendly reminder that this PR is ready to merge — simple typo fix (Unkown→Unknown in SMTP error message). No action needed if it looks good. Thanks! 🙏 |
|
Hi! Bumping this typo fix (Unkown→Unknown) — CLEAN and mergeable ✅. Let me know if any changes needed! 🙏 |
|
Hi! Bumping this typo fix (Unkown→Unknown) — let me know if any questions! 👍 |
|
Hi! This PR is ready for merge — just a gentle follow-up to see if it needs any adjustments. Happy to help with anything! 🙏 |
|
Hi! Gentle ping — this typo fix is ready to merge. Let me know if any changes are needed! |
|
Hi 👋 Gentle reminder this typo fix is ready to merge — just a simple correction. Let me know if you'd like any adjustments! 🙏 |
|
Hi! Just a gentle nudge on this PR. Any chance to take a look? Thank you! 🙏 |
|
Hi! This PR is mergeable and ready to go ✅ Is there any feedback or changes needed? Happy to help — thanks for maintaining engineercms! 🙏 |
|
Friendly bump — this PR looks good to merge. Just a small typo fix that improves code quality. Thanks for maintaining this project! 🙏 |
|
Thank you for maintaining this project! This typo fix looks good — the correction from Unkown to Unknown in the SMTP error message is a clean, minimal change. Gentle reminder that this PR is waiting for review. 🚀 |
|
Gentle reminder: this PR is mergeable and ready to merge. Happy to address any feedback if you have suggestions for the fix. 👍 |
|
Hi @3xxx 👋 Small typo fix (Unkown→Unknown in SMTP error message) — clean PR, minimal change, ready to merge. |
|
Hi @3xxx, gentle reminder that this PR is ready for review. The fix (Unkown→Unknown typo in SMTP error message) is minimal and clean. Happy to address any feedback. Thanks! |
|
Hi @3xxx, just a gentle check-in on this PR — please let me know if there are any changes needed or if I can help in any way. Thank you for reviewing! |
|
Friendly ping — please consider merging when time allows 🙏 |
|
Hi! Gentle reminder about this PR. I'm available to make any adjustments. Thanks for considering it! 🙏 |
|
Hi! Just checking in — is there anything I can do to help move this typo fix forward? Happy to address any feedback. 🙂 |
|
Would you consider merging this typo fix? Happy to make any adjustments. 🙏 |
|
Bumping this PR for maintainer attention. Would appreciate a review when time allows. 👍 |
|
Bumping PR for merge consideration. The Unkown→Unknown typo fix in SMTP error message is clean and minimal. Thank you for your time! 🙏 |
|
Just checking in — this typo fix (Unkown→Unknown) is still pending review. Let me know if any adjustments needed! 🙏 |
|
Friendly bump on this typo fix (Unkown→Unknown). Happy to make any changes if needed 🙏 |
|
Hi @3xxx! Just a gentle follow-up on this typo fix. Let me know if anything needs adjustment. |
|
Would it be possible to merge this PR? Just a friendly ping. Thank you! |
|
Great fix! Let me know if you need anything else :) |
|
👋 Hi! Just checking in — this PR is still open and mergeable. Let me know if any changes are needed! |
|
👍 L众⛅ Thank you for maintaining this project! Typo fix, looks good to me. |
|
Promotion: Ready to merge, thanks for maintaining engineercms! 🙏 |
|
Thank you for maintaining this project! 🙏 Bump |
|
Bump 🙏 |
|
Thank you for maintaining this project! Just a gentle nudge — happy to help with anything if review comments need clarification. |
|
Thank you for fixing the typo!👍 |
|
Thank you for this PR! Just checking in - happy to address any feedback or make changes. Would love to help get this merged! 😊 |
|
👍 merge_promotion R309 |
Summary
Fixes:
errors.New("Unkown fromServer")→errors.New("Unknown fromServer")inmail/smtp.goline 464.Details
mail/smtp.goVerification
This is a user-facing error returned when SMTP server configuration is invalid.