Switch Ghost1 SMTP from Postmark to Mailgun
Updates mail__options__host to smtp.mailgun.org and auth keys to mailgun-smtp-user/mailgun-smtp-password in ghost-secrets. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c2de92a6e6
commit
6364f70799
1 changed files with 3 additions and 3 deletions
|
|
@ -71,19 +71,19 @@ spec:
|
||||||
- name: mail__from
|
- name: mail__from
|
||||||
value: "Sister Sam <samantha@the-fulfillment.org>"
|
value: "Sister Sam <samantha@the-fulfillment.org>"
|
||||||
- name: mail__options__host
|
- name: mail__options__host
|
||||||
value: smtp.postmarkapp.com
|
value: smtp.mailgun.org
|
||||||
- name: mail__options__port
|
- name: mail__options__port
|
||||||
value: "587"
|
value: "587"
|
||||||
- name: mail__options__auth__user
|
- name: mail__options__auth__user
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: ghost-secrets
|
name: ghost-secrets
|
||||||
key: postmark-token
|
key: mailgun-smtp-user
|
||||||
- name: mail__options__auth__pass
|
- name: mail__options__auth__pass
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: ghost-secrets
|
name: ghost-secrets
|
||||||
key: postmark-token
|
key: mailgun-smtp-password
|
||||||
- name: bulk_email__provider
|
- name: bulk_email__provider
|
||||||
value: smtp
|
value: smtp
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue