Skip to content

Commit

Permalink
from name updated in sengrid
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsingal authored and alexeh committed Dec 2, 2022
1 parent cb31a4b commit 7232d3f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions marketing-v2/src/pages/api/methodology.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ const Methodology = (req: NextApiRequest, res: NextApiResponse): void => {

const msg = {
to: email,
from: '[email protected]',
fromname: 'LandGriffon',
from: {
email: '[email protected]',
name: 'LandGriffon',
},
subject: `Landgriffon's Methodology`,
text: `Hi ${name}\n\n
Thank you for your interest in LandGriffon's Methodology!\n\n
Expand Down

1 comment on commit 7232d3f

@vercel
Copy link

@vercel vercel bot commented on 7232d3f Dec 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.