sendgrid Questions

2

Solved

I'm working with drupal 10, i want to work with Sendgrid module I tried to create sendgrid account.I have entered all the basic details it asked. Then I got two mails Two-Factor Authentication &amp...
Desantis asked 11/5, 2023 at 8:37

11

Solved

I'm using Nodemailer to send emails in my serverless Next.js project, deployed in Vercel, which works perfectly in development mode. But I'm having problems in production. No error returned, everyt...
Investigator asked 8/1, 2021 at 15:5

4

Solved

Am using sendgrid to send emails and it works fine using the following code but its without attachment. package sendgrid; import com.sendgrid.Content; import com.sendgrid.Email; import com.sendgr...
Speckle asked 26/7, 2016 at 20:13

4

I tried to send an email through sendgrid. I have a custom domain [email protected]. If i try to send an email to [email protected] with the from address as [email protected],t...
Chayachayote asked 18/6, 2018 at 19:4

4

Solved

Sendgrid webhook has sg_message_id But the response of Web API v2 when sending mail doesn't have sg_message_id. In fact, there is only message showing only success or failed. So, how do i associat...
Stallard asked 12/11, 2015 at 4:32

5

I'm trying to send emails from a Django app using Sendgrid. I've tried many configurations, but I still doesn't get any email on my Gmail account. You can see my configurations bellow: settings.py...
Deceased asked 13/5, 2018 at 13:32

8

Solved

def sendEmail(to,apNumber,paperType,zipedFile): sg = sendgrid.SendGridAPIClient(apikey=os.environ.get("API-KEY")) to_email = mail.Email( "[email protected]") from_email = mail.Email( "[em...
Nescience asked 27/9, 2016 at 6:56

2

I have a weird problem where some email addresses are automatically getting added to my Global Unsubscribes after each API send to that address. The initial email gets sent and delivered, but then ...
Plebeian asked 15/10, 2022 at 18:19

3

I am trying to track email "open" event on Sendgrid. I have enabled Open tracking in Tracking setting in my Sendgrid account. I have also enabled Event webhook under Mail settings->Eve...
Jon asked 7/9, 2020 at 10:27

6

Can someone help me send an email to multiple recipients in sendgrid v3 + node.js? I've noticed that when I enter several email addresses in the to field, only the first email address receives the ...
Brassy asked 4/12, 2016 at 6:47

10

Solved

I am trying to set up SendGrid add-on in my Heroku NodeJS app. I created the API Key and set it as an environment variable. The whole API key looks something like: SG.actualValue.bbb_cccccc The ...
Dorfman asked 18/5, 2020 at 6:20

8

Solved

I am trying to achieve send of mail via SendGrid API. Following is the JSON I am sending as a body of the POST Method { "content" : [ { "type" : "text\/plain", "value" : "Hello, World!" } ]...
Faeroese asked 28/10, 2016 at 11:16

12

I'm trying to get the basic "hello world" of sendgrid working, but have so far been unsuccessful. The response returns code 202, suggesting that it will send the email, but the email never sends ou...
Rima asked 13/2, 2017 at 21:40

5

Solved

Im using the SendGrid API in my Windows Azure environment to send emails. I have a need to alter the email priority (Low\High Importance) of some emails, but I don't see any properties that allow m...
Ogawa asked 22/4, 2014 at 21:9

6

i am getting this error when i try to send mails via sendgrid in laravel 6: Failed to authenticate on SMTP server with username "apikey" using 2 possible authenticators. Authenticator LOGIN return...
Synaeresis asked 14/11, 2019 at 17:55

3

Solved

Is it possible to configure send grid account, that I can specify multiple Post Event URL Event notification. Or maybe is it possible to add multiple Event Notification apps?
Farmer asked 23/8, 2013 at 14:54

1

I use SendGrid to send emails, which contain a link to my website. However, they are not being delivered to professional email addresses (but according to the activity in the SendGrid tool, it says...
Southernly asked 5/1, 2024 at 18:54

2

While sending emails via SendGrid it shows the status as processed and the following error: What could the issue be?
Jute asked 28/2, 2023 at 10:42

1

Solved

So, what I am doing is I am using Sendgdrid's API (PHP API Library) to send e-mails. The sending part works, I just want to overhaul it a little to add some more customization, but I am not sure if...
Pauiie asked 18/3, 2020 at 18:49

2

After creating a sendgrid account I receive this email. We have reviewed your account and have determined that Twilio’s services cannot support your account at this time due to one or more of the f...
Monahon asked 7/3, 2023 at 9:11

1

I am having a PHP web application with SendGrid integration for both incoming (parse webhook) and outcoming mail (PHP mail() with system configuration for mail proxy). Currently our incoming mail s...
Hiedihiemal asked 26/5, 2017 at 15:36

2

Solved

I trying to set up a list of unique arguments per each email, the official reference of the SMTP api describes this feature quite briefly, here. And the API docs of the SendGrid PHP library the I ...
Filagree asked 19/5, 2013 at 21:19

4

Solved

I have a rails app running in production with sengrid. At one point in my app I am sending an email with a confirmation link which redirects to a specific confirmation page : %a.button.button-cus...
Photodisintegration asked 19/11, 2016 at 10:17

2

I'm trying to insert a dynamical variable into the subject line via this library. For example: "Hello {{name}}, welcome to {{store_name}}" My email sends off no problem, but the subject renders {...
Mchugh asked 2/12, 2018 at 16:43

2

Solved

I'm working on a product where we use SendGrid.com so send system e-mails to our customers' end users. These e-mails origniate from our own domain - let's call it ourdomain.example. This is done by...
Pushy asked 17/10, 2022 at 12:58

© 2022 - 2025 — McMap. All rights reserved.