Send Emails with Blazor SSR (Static Server-Side Rendering) in .NET 8 🔥

preview_player
Показать описание
---

#DotNet #Blazor #AspNetCore
Рекомендации по теме
Комментарии
Автор

thanks brother, i love your help, you are an excellent developer .

deltaHawck
Автор

when is the free "The .NET 8 Web Dev Jump-Start Course" going to be available? Thx

saroshwadia
Автор

Great! Do you have any plan for a video regarding Blazor SSR EditForm with elements changed using js?

TheQvisionsa
Автор

Great job ; what about navigation animation

samehgenah
Автор

Great tutorial. But is the @code{} section running in the backend and secured, not able to be seen by the end-user in their client browsers?

TheLastEmperorXiXinPig
Автор

Hello Patrick! Does this method for sending emails work even if I am developing an online app for a writers' website? And more importantly, can I transfer it to different projects I'm working on by simply modifying a template? (changing the logo, the email sender, etc.)

simonedeste
Автор

Great 🎉. How can send html page with email ? I mean emails body incloudes style and css ?

amirameri
Автор

This is awesome, but I get concerned that in a team setting people could get confused of what’s running on the client and what’s running on the server since the code looks so similar. How can you guard against this? For example if this code were to accidentally ship to the client you would have exposed email smtp creds

cas