Questions tagged [resend.com]
3 questions
0
votes
0 answers
Fail to send email: data is not defined
I am just getting this error message: Failed to send email: data is not defined.
...What I am trying to do is to implement resend library into my project. I've made an email template, it is working as intended, form submission is working too, but…

Milan Pjevic
- 17
- 7
0
votes
1 answer
How use "new" operator with resend?
My application in nodejs need send transactional email using the resend library. I installed the resend package with npm i resend and i did the code below.
const resend = require("resend");
const instanceResend = new…

Begginer
- 65
- 1
- 7
0
votes
0 answers
How to send two emails to two different users? Resend.com
I am using resend.com to try and send an email with different variables to two different users.
import type { NextApiRequest, NextApiResponse } from "next";
import { EmailTemplate } from "../../components/emails/EmailTemplate";
import { Resend }…

a7dc
- 3,323
- 7
- 32
- 50