Тёмный

Send an Email via SMTP with MailKit in . Net 6.0 | Email confirmation with Identity Core | Part-4 

Code with Salman
Подписаться 13 тыс.
Просмотров 19 тыс.
50% 1

For more video please like ,share and subscribe to my channel.
facebook : learnfromsal...
youtube :
/ @codewithsalman
instagram :
/ salmanmasood_ideas

Опубликовано:

 

28 окт 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 22   
@dotnetdeveloper1707
@dotnetdeveloper1707 Год назад
Awesome explanation. Really helpful
@karimishaahin
@karimishaahin 2 месяца назад
Hi Salman, Your tutorials is awesome, but your mouse click sound is annoying.
@youstophman
@youstophman 3 месяца назад
Very good job bro
@zero-ix3bz
@zero-ix3bz 6 месяцев назад
Thanks for video
@beatricedoncea2185
@beatricedoncea2185 10 месяцев назад
Thanks!
@mihaimoisei9493
@mihaimoisei9493 Год назад
Great video mate. Keep up the good work! Btw the clicking noise is a bit too loud.
@codewithsalman
@codewithsalman Год назад
I noticed that too later. I remove that In later videos
@anuragdeepu800
@anuragdeepu800 6 месяцев назад
its working thanks a lot
@sethisaacks8683
@sethisaacks8683 Год назад
In a previous video, you have a class being passed to the api RegisterUser when contains the user email, user name and user password. When you add these items to the database the password is hashed. My question is this, should the password not be hashed prior to getting to the api? If request is coming from an mobile application, should the password have a hash prior to being sent to the web api? I have read yes and doens't matter if its going across HTTPS. If you should hash prior do have recommendations of what hash and how the process works being the password would be hashed again by identity framework
@pktouk5077
@pktouk5077 Год назад
🇬🇧
@bacalekevin8763
@bacalekevin8763 11 месяцев назад
Please is it possible to have the link of the github repo ?
@Vidhi_Waghmare
@Vidhi_Waghmare 10 месяцев назад
Could you please tell me ,Which recorder do you use for recording these videos actually our normal screen recorder doesn't work for showing the output?
@codewithsalman
@codewithsalman 10 месяцев назад
Fast stone
@quangnguyenac5922
@quangnguyenac5922 Месяц назад
When I ran the code, the system noticed that this command was faulty: client.Connect(_emailConfig.SmtpServer, _emailConfig.Port, true) -> Value cannot be null. (Parameter 'host')
@quangnguyenac5922
@quangnguyenac5922 Месяц назад
I think Port of EmailConfiguration in Appsettings have a problem
@Shanu-ry7vq
@Shanu-ry7vq 2 месяца назад
in my Google account there is no option of App Password. What whould i do? have any idea?
@nguyenthuanphat4950
@nguyenthuanphat4950 Месяц назад
on the search bar, just search app password.Good luck!
@Eeshwargiri
@Eeshwargiri 10 месяцев назад
atleast you should share code too , main to aapko follow krke kr raha tha but emailservice method nai mila to xodna pda
@codewithsalman
@codewithsalman 10 месяцев назад
github.com/Salmanmasood/Asp.net-Core-Identity-.net6/tree/main
@carbon1479
@carbon1479 11 месяцев назад
To get around the CS0120 on Configuration.GetSection: //Add Email Configs var emailConfig = builder.Configuration .GetSection("EmailConfiguration") .Get(); builder.Services.AddSingleton(emailConfig);
@sethisaacks8683
@sethisaacks8683 Год назад
'builder.Services.AddSingleton(emailConfig);' does not work, there is a warning CS8634
Далее
Задержали в аэропорту
00:56
Просмотров 656 тыс.
how to send email in asp.net mvc | MVC sending email
12:36