sendgrid-nodejs icon indicating copy to clipboard operation
sendgrid-nodejs copied to clipboard

The Official Twilio SendGrid Led, Community Driven Node.js API Library

Results 55 sendgrid-nodejs issues
Sort by recently updated
recently updated
newest added

### Issue Summary Sending an attachment messes up the filename the user finally gets to see. ### Steps to Reproduce 1. Add the code as below 2. Send the attachment...

### Issue Summary I'm running into a problem with Typescript because it doesn't let me build an email without a content field. Is the `MailDataRequired` correct? I never used to...

type: bug
status: help wanted

### Issue Summary In our production environment we send thousands of emails per day via `sendMultiple`. Over the past week or so we have run into this error intermittently: `connect...

type: community enhancement
status: help wanted

I have the following file that handles my sendgrid set up. ```ts import sgMail from '@sendgrid/mail'; const sendGridApiKey = process.env.SENDGRID_API_KEY; if (!sendGridApiKey) { throw new Error('The sendgrid api key has...

type: community enhancement
status: help wanted

#### Issue Summary I'm working on a ES6 project using lit-element, and need to add a contact form to it connected to our SendGrid account API. Attempted to add a...

type: community enhancement
status: help wanted
difficulty: unknown or n/a

#### Issue Summary In reference to this [comment](https://github.com/sendgrid/sendgrid-nodejs/issues/217#issuecomment-400313820).

status: help wanted
difficulty: easy
type: twilio enhancement

### Issue Summary Updating typescript broke sendgrid because of the class instance export When trying to set API key by calling 'setApiKey', it will fail because 'this' is undefined. The...

type: community enhancement
status: help wanted

### Issue Summary The email client should allow instances of client as opposed to a singleton to facilitate multiple keys Almost every SaaS provider client has instances and this client...

type: community enhancement
status: help wanted

#### Issue Summary A summary of the issue and the environment in which it occurs. If suitable, include the steps required to reproduce the bug. Please feel free to include...

status: help wanted
difficulty: easy
type: docs update

### Issue Summary As a developer, I want to be efficient with bandwidth and data that's being transmitted. So when I need to send an email to 1,000 different people,...

status: help wanted
type: non-library issue