An open API service indexing awesome lists of open source software.

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

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)