Send mail with Kubernetes
github.com·5h·
Discuss: r/devops
Flag this post

📬 postk8s

A simple kubernetes operator to manage physical mail via mailform.io

Example spec

apiVersion: mailform.circa10a.github.io/v1alpha1
kind: Mail
metadata:
name: mail-sample
annotations:
# Optionally skip cancelling orders on delete
mailform.circa10a.github.io/skip-cancellation-on-delete: false
spec:
message: "Hello, this is a test mail sent via PostK8s!"
service: USPS_STANDARD
url: https://pdfobject.com/pdf/sample.pdf
from:
address1: 123 Sender St
address2: Suite 100
city: Senderville
country: US
name: Sender Name
organization: Acme Sender
postcode: "94016"
stat...

Similar Posts

Loading similar posts...