feat: update recipient email address in test message

This commit is contained in:
Knee Cola
2025-12-30 17:45:33 +01:00
parent 742521ef4a
commit 5f99ba26c4

View File

@@ -13,7 +13,7 @@ async function sendSimpleMessage() {
console.log("Sending email..."); console.log("Sending email...");
const data = await mg.messages.create("rezije.app", { const data = await mg.messages.create("rezije.app", {
from: "Mailgun Sandbox <support@rezije.app>", from: "Mailgun Sandbox <support@rezije.app>",
to: ["Nikola Derezic <nikola.derezic@gmail.com>"], to: ["Nikola Derezic <armful-grief-knoll@duck.com>"],
subject: "Hello Nikola Derezic", subject: "Hello Nikola Derezic",
text: "Congratulations Nikola Derezic, you just sent an email with Mailgun! You are truly awesome!", text: "Congratulations Nikola Derezic, you just sent an email with Mailgun! You are truly awesome!",
}); });