mirror of
https://github.com/tomru/wichteln.git
synced 2026-03-03 06:27:15 +01:00
name in email
This commit is contained in:
@@ -13,7 +13,7 @@ const mailer = nodemailer.createTransport({
|
|||||||
function mail(email, name, pick) {
|
function mail(email, name, pick) {
|
||||||
mailer.sendMail(
|
mailer.sendMail(
|
||||||
{
|
{
|
||||||
from: "tomru@uber.space",
|
from: "Wichtelbot <tomru@uber.space>",
|
||||||
to: email,
|
to: email,
|
||||||
subject: `Dein Wichtel ${name} ist ...`,
|
subject: `Dein Wichtel ${name} ist ...`,
|
||||||
text: `Hey ${name},
|
text: `Hey ${name},
|
||||||
|
|||||||
Reference in New Issue
Block a user