We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32a8d2 commit a9913dfCopy full SHA for a9913df
src/helpers/emailHelper.ts
@@ -16,7 +16,7 @@ const transporter = nodemailer.createTransport({
16
const sendEmail = async (values: ISendEmail) => {
17
try {
18
const info = await transporter.sendMail({
19
- from: `"Simply Good Food" ${config.email.from}`,
+ from: `${config.server_name} <${config.email.from}>`,
20
to: values.to,
21
subject: values.subject,
22
html: values.html,
0 commit comments