Skip to main content

Questions tagged [resend.com]

The tag has no usage guidance.

-1 votes
2 answers
35 views

Postman: Status 404 [closed]

I am looking to send a confirmation email after a customer fills out a form to book an appointment. I was recommended to use 'resend'. I developed a React extension where the form is located, and I am ...
ShailaHussein's user avatar
0 votes
0 answers
41 views

Unable to configure vercel dns with resend

I am a beginner with resend. I am trying to configure the resend custom domain with the pre-hosted next.js project to send email in vercel. I have added the DNS record copied from the resend and past ...
Ansh Yadav's user avatar
0 votes
0 answers
239 views

Setting up Resend and React Email in a Remix project. Error - Dynamic require of ‘stream’ is not supported

I'm having trouble finding much info on setting up React Email and Resend in Remix. I want to set up a forgot password page that sends the user a token to their email. Code from my forgot password ...
Miles Donald's user avatar
1 vote
0 answers
110 views

Sending an email with an attachment in a contact form using Resend

I'm trying to create a contact form where the user enters their details and then attaches a file. For this I'm using Resend and followed one of their examples found here but I keep getting a POST http:...
Jack's user avatar
  • 11
0 votes
1 answer
241 views

Resend API works perfect in localhost but not on my Netlify website

I have Resend API running in my Astro project, in which I send different forms towards my email with private domain. Everything is set in a json.ts file in which I perform the POST method to send the ...
Tomas Mendez's user avatar
0 votes
1 answer
224 views

DKIM record not being verified by Resend

I will be honest and DNS settings are somewhat a weak point of mine so please forgive me any ignorance/stupidity on my part. I have a domain that is currently sending transactional emails via ...
ashleytwo's user avatar
  • 327
0 votes
0 answers
223 views

Error: Cannot convert a Symbol value to a string

I'm having issues with TypeError in the Next.js API routes folder. I'm receiving the same error over and over again "Cannot convert a Symbol value to a string", but there are no types that ...
Musa Malik's user avatar
0 votes
1 answer
208 views

Error on Form Submit to API Route - Astro and Svelte

I'm using Astro and Svelte to build a Newsletter Form and on Form Submit it returns an 400 Error. When I hardcode the email in the API Route it works. However the email does not pass into the route. ...
Pruthivi Thejan's user avatar
3 votes
2 answers
377 views

Resend email doesn't work in production environement with next js, but works in development

import { EmailTemplate } from "@/components/email-template"; import { Resend } from "resend"; const resend = new Resend("myApiKey"); // this works only in dev // const ...
roudlek's user avatar
  • 367
0 votes
1 answer
291 views

How do I receive Emails from Vercel deployed Next.js project using Resend? I'm not seeing any logs

I am using Resend for email sending for my contact form in my next.js project. I'm filling out the contact form and submitting, but I'm not getting the email or seeing a failed or successful log in ...
Burner's user avatar
  • 31
0 votes
1 answer
151 views

resend.com status code 200 & delivered log but does not arrive in mailbox

I'm having a problem with sending mails via resend with a react body. When i send my mails with a text body i get status 200, the log says that it is delivered and i can see the mail in my mailbox. ...
Hilde's user avatar
  • 1
0 votes
0 answers
111 views

How to add DNS Records for Resend on Railway.app?

So I need to add DNS Records for custom email domain from Resend on my app that is deployed on Railway.app with the free plan, it's just a small freelance project that I kind of play around with and ...
Rory's user avatar
  • 33
0 votes
0 answers
182 views

I cannot send mail using resend and nodemailer in Vercel

import express from "express"; import nodemailer from "nodemailer"; import dotenv from "dotenv"; import bccAddresses from "./src/components/Mail/bcc_mail.js"; ...
Emin SS.'s user avatar
-1 votes
1 answer
1k views

How do I get gmail.com domain verified?

{ "data": null, "error": { "statusCode": 403, "message": "The gmail.com domain is not verified. Please, add and verify your domain ...
Vamonos raza's user avatar
1 vote
1 answer
599 views

Resend/React email Next.js, Email destination[to: ] only works with my personal email address

I managed to integrate resend and react email logic to send custom emails to my personal email address that also was used to sign in into resend web app. The issue comes when placing a different email ...
MiguelG's user avatar
  • 257

15 30 50 per page