https://github.com/batazor/smtp-operator
Service(CRD) for work with email by SMTP in kubernetes
https://github.com/batazor/smtp-operator
Last synced: 10 days ago
JSON representation
Service(CRD) for work with email by SMTP in kubernetes
- Host: GitHub
- URL: https://github.com/batazor/smtp-operator
- Owner: batazor
- License: mit
- Created: 2018-07-18T03:41:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T13:35:27.000Z (about 3 years ago)
- Last Synced: 2025-02-28T19:09:04.607Z (over 1 year ago)
- Language: Go
- Size: 35.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# go-mail-crd
Service(CRD) for work with email by SMTP in kubernetes
### Feature
- Integration with k8s
- mail service
- gRPC API
### Getting start
```
--
```
### Developing start
```
go get -u github.com/golang/protobuf/proto
protoc -I grpc/mail/ grpc/mail/mail.proto --go_out=plugins=grpc:grpc/mail
```
### ENV
| Name ENV | Default value |
|-----------------------|---------------------------|
| SMTP_USERNAME | smtpName |
| SMTP_PASSWORD | secretKey |
| GRPC_PORT | 50051 |
### Stack
- Go
- gRPC
- CustomResourceDefinition (Kubernetes)