mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-27 19:15:26 +03:00
fix(email): add sender name to sendTemplate
This commit is contained in:
parent
88e7b4a199
commit
ced4c05334
@ -38,7 +38,7 @@ export const sendEmail = async ({
|
||||
export const sendTemplate = async ({ to, from, templateId, templateData }) => {
|
||||
const msg = {
|
||||
to: to,
|
||||
from: from,
|
||||
from: { email: from, name: "Slate Storage" },
|
||||
templateId: templateId,
|
||||
dynamic_template_data: { ...templateData },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user