Changed email subject
This commit is contained in:
@@ -46,7 +46,7 @@ export const sendCourseCompletedEmail = async (
|
|||||||
{
|
{
|
||||||
from: process.env.MAIL_USER,
|
from: process.env.MAIL_USER,
|
||||||
to,
|
to,
|
||||||
subject: `Congratulations ${user.firstname} on completing ${event.name}`,
|
subject: `Kurs ${event.name} erfolgreich abgeschlossen`,
|
||||||
html: emailHtml,
|
html: emailHtml,
|
||||||
},
|
},
|
||||||
(error, info) => {
|
(error, info) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user