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

250
Views
email content sent by sendGrid is hidden

I try to send email with node.js by using sendGrid but the email sent always being hidden as shown:

enter image description here

nodejs code:

 const msg = {
     to: 'example@gmail.com',
     from: 'example@example.app',
     subject: 'example: quotation email',
     text: msgText,
     html: "<style>.tab {padding-left: 18xp;}</style>" + msgText ,
}
console.log(msg);
sendgrid
     .send(msg)
     .then((resp) => {
         console.log('Email sent: \n', resp)
     })
     .catch((error) => {
         console.error(error)
 })

NOTE: the message sent successfully and when I click the 3 dots the message shows then, but I want to shows it without let the user to do anything

How can I let my html email content in emails body appears as how other companies did without being hidden?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

This is Gmails threading in action. It's because you already sent an e-mail with that subject and content, and Gmail is collapsing content which it thinks is old.

Try changing the content, and the subject, and try again. It should work just fine.

Either way, it's not a Sendgrid issue.

about 4 years ago · Juan Pablo Isaza Report
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!