Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

288
Views
@sendGrid - 403 'Forbidden Access' Error from a authenticated sender

Stackoverflow newbie here with a problem regarding testing sendGrid Emails - I've verified my sender email and attempted to send an email using my nodeJS application however I still run into this error:

"Error: The from address does not match a verified Sender Identity. Mail cannot be sent until this error is resolved. " (Taken from the response body of the error)

The images below show the verified sender email in use.

const sgMail = require("@sendgrid/mail");

sgMail.setApiKey(process.env.SENDGRID_API_KEY);

  const msg = {
    to: 'jordanlyn.98@hotmail.com',
    from: 'jordanlyn.98@hotmail.com', // Use the email address or domain you verified above
    subject: "Enquiry",
    text: 'Hello',
 };

//ES8
sgMail
.sennd(msg)
.then(()=> {
  console.log('Email sent')
  })

Proof of Sender Verification

P.S I originally thought it was the access rights on the API key itself, I went into the setting and changed it to full access to avoid any rights issues however, the response body of the error states the sender is not verified.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!