Most voted "sendgrid" questions
5 questions
Sort by count of
-
1
votes1
answer154
viewsDoes not send email password recovery by Sendgrid
I implemented a class for sending password recovery email, but the email is not sent. Class code sends email: public static Task EnviaEmail(string email, string assunto, string mensagem) { var…
-
1
votes1
answer62
viewsError sending email with Sendgrid in Nodejs
I have the following structure to send emails by SendGrid: import mail from '@sendgrid/mail'; function send(email_data) { mail.setApiKey(process.env.SENDGRID_API_KEY); const message = { to:…
-
0
votes1
answer418
viewsDelphi/Sendgrid integration
I’m trying to integrate a Delphi application with SendGrid. To configure the request I am using the RESTDebugger. I inform the Header Authorization="Bearer" + [minha chave] Content-Type =…
-
0
votes0
answers85
viewsE-mail with Sendgrid and ASP 3
How do I send email with Sendgrid using ASP 3? Use the component Persits.Mailsender Asp 3 to send emails. Localhost works normally, but when I put the sendgrid smtp does not go, it gives error:…
-
0
votes0
answers69
views