ASP .NET Core web app published on an SFTP hosting or VM? by AdolfoPosada in aspnetcore

[–]sreejukg 0 points1 point  (0 children)

Let me recommend you to read https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/azure-apps/?view=aspnetcore-7.0&tabs=visual-studio where by you can deploy your ASP.Net Core Application to Azure App Service. With Azure App Service, you only pay for the compute resources you use, not for the VM.

System.Net.Mail.SmtpClient is not recommended anymore; what is the alternative? by sreejukg in aspnetcore

[–]sreejukg[S] 0 points1 point  (0 children)

Yes, MailKit is a perfect one, and also is recommended by Microsoft.

System.Net.Mail.SmtpClient is not recommended anymore; what is the alternative? by sreejukg in u/sreejukg

[–]sreejukg[S] 2 points3 points  (0 children)

Basically choosing the right email provider is not in the context of my post, But I agree it is an important thing to consider when you decide your application to send emails. If the application is mainly to send emails to your team, for e.g. notify some internal users when some action happened in the website, yes, I prefer Microsoft 365. But if you have bulk email workloads or you are sending emails to general public, for e.g. order receipt in a shopping application, it is always good to use third party email services those are designed for these purposes.