Sendgrid Plugin for Nop Commerce

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 Jahre weitere
Hello,

I want to implement Sendgrid in my nop commerce project.

is there any Sendgrid Plugin available for Nop Commerce or we need to do custom code?

any link or demo code will be helpful.

Thanks,
Krunal
7 Jahre weitere
kkakadiya wrote:
Hello,

I want to implement Sendgrid in my nop commerce project.

is there any Sendgrid Plugin available for Nop Commerce or we need to do custom code?

any link or demo code will be helpful.

Thanks,
Krunal


Maybe not in nop yet.

====>https://sendgrid.com/docs/Integrate/Code_Examples/v2_Mail/csharp.html

===>https://sendgrid.com/docs/Integrate/index.html

====>https://azure.microsoft.com/en-us/documentation/articles/sendgrid-dotnet-how-to-send-email/
7 Jahre weitere
Thanks for the response.

So we need to do C# code as per suggestion and code on given on sendgrid site.
7 Jahre weitere
You do not need custom code, just configure a new Email Account, with the correct SMTP details


Set the following:

Email address - whatever you want
Email display name - whatever you want
Host - smtp.sendgrid.net
Port - 587
User - your sendgrid user name
Password - your sendgrid password
SSL - false
Use default credentials - false

We are using it like this, with no problems.
6 Jahre weitere
I'm using nopcommerce 4 and i have setup the email as you stated but it's not working for me.
5 Jahre weitere
Hi, i have the same problem. I set up an email relay but it's not working.
5 Jahre weitere
I got it now. You need to set an SMTP relay and fill in this:


Email address:           yourname@yourdomain
Email display name:      yourname  
Host:                   smtp.sendgrid.net
Port:                   587
User:                   apikey   <-- Here the word apikey not the name for your key
Password:           generated key
SSL:                   unchecked
Use default credentials: unchecked
5 Jahre weitere
Would you please confirm:

User: [email protected]

or is it my SendGrid API Key?

Password: SendGrid Password
4 Jahre weitere
Trying to get SendGrid working as well and followed the instructions but getting an error back from Nop saying the server unexpectedly disconnected.  

you should use "apikey" for the username.  Literally.
3 Jahre weitere
Hi
Does anyone have a solution?
I set API key in username but there is still an error.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.