Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMTP with Yahoo: Connection unsuccessful: SendMail: 550 Request failed; Mailbox unavailable - undefined #13652

Closed
Delawen opened this issue Jan 20, 2020 · 2 comments

Comments

@Delawen
Copy link

Delawen commented Jan 20, 2020

Summary

I am trying to use yahoo SMTP to send emails.

Steps to reproduce

Configure a basic free Yahoo email on the SMTP settings and test it ("Test Connection"). See my configuration on the image below.

An error will be shown (mine in Spanish):
Connection unsuccessful: Connection unsuccessful: SendMail: Error ajuste "Dirección Desde", 550 Request failed; Mailbox unavailable - undefined

Which may translate to:
Connection unsuccessful: Connection unsuccessful: SendMail: Error in settings "Email from", 550 Request failed; Mailbox unavailable - undefined

Expected behavior

I should be able to send emails using that SMTP.

Observed behavior (that appears unintentional)

image

Possible fixes

Could be this? https://stackoverflow.com/a/51084780/469932

@Delawen
Copy link
Author

Delawen commented Jan 20, 2020

The config.json file had a different "FeedbackEmail" and that confused my configuration. Would be good to add this to troubleshooting or a warning on this page to check that.

Thanks rubber ducks! I will close but not remove in case someone else has the same issue.

@Delawen Delawen closed this as completed Jan 20, 2020
@sphuber
Copy link

sphuber commented Jan 11, 2021

Just want to report that I think I experienced a similar problem. I setup a Mattermost server with v5.30.1 and configured my SMTP server details but got the following error:

Connection unsuccessful: Connection unsuccessful: SendMail: Failed to close connection to SMTP server., 550 5.2.0 Spam message rejected

Setting the key EmailSettings.FeedbackEmail to the same value as that of EmailSettings.SMTPUsername fixed the problem for me.

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

No branches or pull requests

2 participants