Need to send mail from web api
Hi Team,I need to send mail from Web Api in VS 2015 .Net Core.
I observed that, there is no smtp client in .net core 1.0.1 version, instead we can use mailkit for that.
But i am not able to add that dependency.
I observed 'mailkit' in nuget library list, but not able to get from VS -> Manage Nuget packages.
It is saying just 'Error occured' with no details.
Any one have idea in this. Quick suggestions highly appreciable.
-Thanks...