From a7e58d99fd3de25ee8922e3b88279e8dbcbffb7b Mon Sep 17 00:00:00 2001 From: Prabhjot Singh Sethi Date: Sat, 3 May 2025 22:21:11 +0000 Subject: [PATCH] Add SMTP wrapper context to readme file Signed-off-by: Prabhjot Singh Sethi --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0948125..70ce28b 100644 --- a/README.md +++ b/README.md @@ -61,4 +61,9 @@ providers possibly comming from multiple replicas or processes and observers with a need to react on availability of first provider or unavailability of last provider to trigger certain logics, while moving from 1 provider to multiple are typically handled due to a load balancer capabilities provided -by kubernetes or equivalent systems \ No newline at end of file +by kubernetes or equivalent systems + +### SMTP Wrapper +This is a wrapper over an above standard net/smtp providing client and other +constructs to work with emails based triggers and communication over emails +while device compatible smtp email account is provided \ No newline at end of file