Questions tagged as 'sendgrid'

1
answer

Does not send email retrieval of password by SendGrid

I've implemented a class to send password recovery email, but the email is not sent. Code class sends email: public static Task EnviaEmail(string email, string assunto, string mensagem) { var MinhaMensagem = new SendGridMessage(...
asked by 27.09.2016 / 03:59
0
answers

Delphi / SendGrid integration

I'm trying to integrate an application Delphi with SendGrid , to configure the request I'm using RESTDebugger . I inform you Header Authorization="Bearer" + [minha chave] Content-Type = "application/json" And the JSON...
asked by 25.10.2016 / 13:43
0
answers

Send mail with SendGrid and ASP 3

How do I send email with SendGrid using ASP 3? I use the Persits.MailSender component of asp 3 to send emails. Localhost works normally, but when I put the sendgrid smtp it will not, it gives error:    Persits.MailSender.4 error '800a001...
asked by 15.05.2018 / 17:11
1
answer

How do I confirm the email using Sendgrid?

In my application when the user registers, an email has to be sent to him to confirm his account. I did everything here so something is wrong, could anyone help me? Initially I created a class called ServicoEmail: namespace Ebase.EmissorNFeW...
asked by 24.04.2018 / 14:57
0
answers

Sendgrid not delivered!

Every time a user logs in to my application form, an email is sent to the application to confirm the registration, but if the email entered in the form is Hotmail / Outlook it will not receive this confirmation, this is occurring because microso...
asked by 25.04.2018 / 14:36