diff --git a/broker.ts b/broker.ts index 9e14446..3b1f1dd 100644 --- a/broker.ts +++ b/broker.ts @@ -36,9 +36,9 @@ const transporter = nodemailer.createTransport({ async function sendEmail(content: string) { try { const info = await transporter.sendMail({ - from: '"Test Sender" ', + from: '"The Oracle" ', to: "Christopher.Hase@telekom.com;test@mailhog.local", - subject: "Horoscope from MailHog", + subject: "Your Horoscope Is Ready", text: content, //html: "

${content}

" html: html(content) diff --git a/deployment.yaml b/deployment.yaml index 5de5897..a785769 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -15,4 +15,5 @@ spec: containers: - image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/iching-broker:main name: iching-broker + imagePullPolicy: Always