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 KevSanchez committed Dec 15, 2022
1 parent 1aef3ad commit 721accb
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 721accb

@vercel
Copy link

@vercel vercel bot commented on 721accb Dec 15, 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.