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

Add SmtpAuthHealthCheck #26

Open
4 tasks
tylerwoonton opened this issue Sep 30, 2020 · 0 comments
Open
4 tasks

Add SmtpAuthHealthCheck #26

tylerwoonton opened this issue Sep 30, 2020 · 0 comments
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed

Comments

@tylerwoonton
Copy link
Contributor

What is the feature?

We should add an SmtpAuthHealthCheck to the package.

What benefits will this change bring?

This will be used broadly across various apps, so is worth including in the core package.

Additional context

  • The check should try and connect to the configured SMTP server and expect to receive an SMTP EHLO response.
  • It should also then attempt to perform auth against the server, using configured credentials e.g. https://www.ndchost.com/wiki/mail/test-smtp-auth-telnet
  • If either of these do not complete successfully, the check should fail.
  • A relevant and detailed error message should be presented back in the JSON data.
@tylerwoonton tylerwoonton added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed hacktoberfest and removed good first issue Good for newcomers labels Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed
Development

No branches or pull requests

2 participants