Top "Sendgrid" questions

Cloud-based email infrastructure and delivery engine, with integration via SMTP and HTTP API.

How can I search for past sent emails with Sendgrid?

As Sendgrid's documentation makes clear, their web GUI activity page is only searchable for the past 7 days. How do I …

sendgrid sendgrid-api-v2
Sendgrid returns 202 but doesn't send email

I'm trying to get the basic "hello world" of sendgrid working, but have so far been unsuccessful. The response returns …

sendgrid
Adding a name to the "from" field in SendGrid in Node.js

I want to add a name to my "from" field using the SendGrid API, but I do not know how …

node.js sendgrid
How do i specify X-Headers for outgoing emails in Microsoft Outlook 2010

I need to include custom headers in my outgoing emails. I'm using Microsoft Outlook 2010 and SendGrid SMTP server. In particular, …

outlook-addin email-headers sendgrid
ActionMailer sending real emails in test mode! - How to turn off?

Newly signed up users to my little app must be approved by the admin (me) before they can gain access …

ruby-on-rails-3 actionmailer rspec-rails sendgrid
Receiving emails via SendGrid

How do I use sendgrid to receive email and then be able to reply to that email from our domain? …

email sendgrid
Ruby on Rails: bad username / password? (535 Auth failed)

I just finished my ruby foundations coursework at Bloc and I'm starting to bury my head into rails development. Things …

ruby-on-rails ruby devise sendgrid
Sending emails from my domain with SendGrid

I have a question that I guess is not just related to SendGrid. Say, I own a domain mydomain.com. …

email dns sendgrid
MultipartFormDataStreamProvider for ASP.NET Core 2

I am in the process of migrating a project from ASP.NET MVC 5 to ASP.NET Core 2 and have run …

asp.net asp.net-web-api asp.net-core .net-core sendgrid
How can I add unsubscribe links to my emails when sending via sendgrid/mail

I'm sending emails using: https://github.com/sendgrid/sendgrid-nodejs/tree/master/packages/mail I have not been able to find …

sendgrid sendgrid-api-v3