alexliesenfeld / health

A simple and flexible health check library for Go.
MIT License
774 stars 38 forks source link

Add SMTP server health check #51

Closed alexliesenfeld closed 1 year ago

alexliesenfeld commented 1 year ago

It would be useful to have a library of commonly used health checks. In the scope of this issue, a health check should be implemented that checks if a mail server (SMTP) is alive and can be used to send emails, e.g. by using Golangs https://pkg.go.dev/net/smtp package.

A few constraints to keep things clean and simple:

Should you have questions or require help, please join our discord chat room.

rafi0101 commented 1 year ago

Hi @alexliesenfeld,

I want to help you with this check! Can you assign me please?

alexliesenfeld commented 1 year ago

Very nice. Sure!

alexliesenfeld commented 1 year ago

Resolved with #54