Service(CRD) for work with email by SMTP in kubernetes
- Integration with k8s
- mail service
- gRPC API
--
go get -u github.com/golang/protobuf/proto
protoc -I grpc/mail/ grpc/mail/mail.proto --go_out=plugins=grpc:grpc/mail
Name ENV | Default value |
---|---|
SMTP_USERNAME | smtpName |
SMTP_PASSWORD | secretKey |
GRPC_PORT | 50051 |
- Go
- gRPC
- CustomResourceDefinition (Kubernetes)