broker.ts
This commit is contained in:
parent
7ea79ef4e7
commit
52b9d78eb7
2 changed files with 5 additions and 5 deletions
|
@ -36,7 +36,7 @@ const transporter = nodemailer.createTransport({
|
|||
const info = await transporter.sendMail({
|
||||
from: '"Test Sender" <test@example.com>',
|
||||
to: "Christopher.Hase@telekom.com;test@mailhog.local",
|
||||
subject: "Hallo von MailHog",
|
||||
subject: "Horoscope from MailHog",
|
||||
text: content,
|
||||
html: "<p> ${content} </p>"
|
||||
});
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: mail-test3
|
||||
name: iching-broker-0-0-1
|
||||
namespace: default
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: mail-test3
|
||||
app: iching-broker
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: mail-test3
|
||||
app: iching-broker
|
||||
spec:
|
||||
containers:
|
||||
- image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/iching-broker:main
|
||||
name: mail-test3
|
||||
name: iching-broker
|
||||
|
|
Loading…
Reference in a new issue