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