Skip to main content

Questions tagged [sendgrid]

Cloud-based email infrastructure and delivery engine, with integration via SMTP and HTTP API. Also offers analytics and newsletter functionality.

0 votes
0 answers
15 views

ASTRO / SendGrid - Redirecting when sending is successful or gives error

I have an issue with Astro.redirect. It constantly gives me an error: "AstroError [ResponseSentError]: The response has already been sent to the browser and cannot be altered" I just want to ...
Carlos's user avatar
  • 1
-3 votes
0 answers
25 views

How can I Integrate Twilio with its api.sendgrid.com with Genexus X Ev3?

I try to consume a Twilio service to send mail by using its API (api.sendgrid.com) but I can't determine why it is not working for me, I already validated with a SOAP & REST Client and here it ...
Victor Glez's user avatar
0 votes
0 answers
38 views

What do I do about the error "TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined"

I have been trying to run an app where I can set up an email. When I run it on the localhost, I get a 202 response, but I don't get an email. I conclude that this is because it is the localhost and ...
user 124816's user avatar
-2 votes
0 answers
12 views

Genuine email to be relayed via a mail sender host [closed]

We have a business app used by our customers. We are building a feature to capture user feedbacks inside the app and email it to our inbox integrated with a ticketing portal. In other words, the users ...
MTHEX's user avatar
  • 1
0 votes
0 answers
26 views

Gmail Feedback Loop and Sendgrid [closed]

Following the gmail feedback loop documentation I've added Feedback-ID header to all the messages that I'm sending. I'm using Sendgrid as ESP and I've used their API to add the Feedback-ID header. I'm ...
Mario Nanni's user avatar
0 votes
1 answer
28 views

Python sendgrid - Concat/Add a string to HTML_CONTENT

i Am trying to add a string to thml content and out that i am getting is not as required 'str1' should be added in place of str1 to 'Attached is the report of your data - +str1' str1= 'StringToBeAdded'...
san1's user avatar
  • 507
0 votes
1 answer
52 views

aws-encryption-sdk-python decrypt error: '65 is not a valid SerializationVersion'

I'm trying to implement Cognito MFA using email. Following the documentation here: https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-custom-sms-sender.html I'm using a Python ...
JustANoob's user avatar
  • 129
0 votes
0 answers
21 views

How to let users add an attachment to a SendGrid form (Wix velo code, javascript)?

I see plenty of answers around the internet, including the Wix community forum: https://forum.wixstudio.com/t/file-attachment-using-sendgrid-api/34156 BUT they require a .js setup, while I already ...
JohnOle's user avatar
  • 23
0 votes
1 answer
55 views

Using SendGrid with Azure node.js programming model v4

My goal is to send email from an Azure Static Web App contact page using an Azure Function. I have managed to get that working as described below, so my question is "how can this be done better ...
ArobTheArab's user avatar
0 votes
0 answers
57 views

SendGrid message API query

I am trying to use the SendGrid email activity API to retrieve a list activities from a celery task in python. I'm using the sendgrid library version 6.11.0 (https://pypi.org/project/sendgrid/). I ...
user1686620's user avatar
  • 2,981
1 vote
0 answers
59 views

Problem with sendgrid on azure vm/No emails sent on VM

I have created a vm in Azure Microsoft and I want to send email notifications. The problem is that even though if I run my spring boot application locally it sends the email but if I try it from the ...
Nafsika's user avatar
  • 47
0 votes
1 answer
51 views

HTML Email padding not respected in SendGrid for Outlook

I'm sending email via SendGrid and trying to work with dynamic templates. Outlook is maddening in this... I have this code section in one of my templates: <div class="contentSection"> ...
sfaust's user avatar
  • 2,285
-1 votes
1 answer
44 views

SendGrid fat jar error: Invalid signature file digest for Manifest main attributes

According to information found here: https://github.com/sendgrid/sendgrid-java, I should be able to download the sendgrid "fat" jar and use that without needing additional dependancies, but ...
splashout's user avatar
  • 534
0 votes
0 answers
21 views

Sendgrid design editor not letting me change width of button module in the HTML editor

I have two buttons side by side using the column module. If I set the button width to 100% this is the HTML generated: <td align="center" bgcolor="#fa883c" class="inner-td&...
Toru Kawahata's user avatar
-1 votes
0 answers
33 views

Javax mail is not able to send mail on Sendgrid host inside tomcat server

public static void main(String[] args) { Properties properties = new Properties(); properties.put("mail.smtp.host", "smtp.sendgrid.net"); properties.put("mail....
rhl mngl's user avatar

15 30 50 per page
1
2 3 4 5
227