Тёмный

Send Emails in C# and ASP.NET Core! - It´s actually pretty SIMPLE! 

tutorialsEU - C#
Подписаться 22 тыс.
Просмотров 71 тыс.
50% 1

🔥 Wanna KNOW How to SEND EMAIL with ASP.NET CORE!? Then make sure to check out this video!
🚀 C# Progress Academy - Become a senior C# developer: academy.tutorials.eu/p/csharp...
We'll make sure to turn you into a true developer in no time!
So, what is C#?
C# (pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in .NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers. This tour provides an overview of the major components of the language in C# 8 and earlier. If you want to explore the language through interactive examples, try the introduction to C# tutorials.
And what is ASP.NET?
ASP.NET is an open-source, server-side web-application framework designed for web development to produce dynamic web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, applications and services. The name stands for Active Server Pages Network Enabled Technologies.
To learn more, make sure to watch the video, and we promise you that you'll become a C# developer by the end of the course! Have fun!
#csharp #coding #tutorial #learn #microsoft #net #email #mail #aspnet #dotnet
TAGS
Tutorials,Tutorial,Programming,Course,Learn,Step by step,guide,development,programmer,video course,video tutorial,learn how to,how to,visual studio,c#,.net,.net core,dotnet,visual studio 2019,core,code,asp,asp net,c sharp,coding,csharp,asp.net core,asp.net,programming,mvc,web api,how to send email with asp.net core,smtp,email,dotnet core,core mvc 5,asp.net mvc core 3,asp.net mvc core course,send email,send email asp.net core,csharp space,smtp email
tutorialsEU offers you free video tutorials about programming and development for complete beginners up to experienced programmers.
This includes C#, Unity, Python, Android, Kotlin, Machine Learning, etc.
Stay tuned and subscribe to tutorialsEU: goo.gl/rBFh3x
C#: / @tutorialseuc
Facebook: / tutorialseu-1093802040...
LinkedIn: / tutorialseu
Discord: / discord

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

 

31 июл 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 53   
@tutorialsEUC
@tutorialsEUC Год назад
🚀 C# Progress Academy - Become a senior C# developer: academy.tutorials.eu/p/csharp-progress-academy
@sukanya.29728
@sukanya.29728 10 месяцев назад
hi sir i just want to know how to setup my outlook account for it. can i use this same way for send email via outlook..?
@joseantoniosanchesgarcia9220
Hello bro, I got this error using the same configuration: The function requested is not supported, I am using mailTrap
@tinylittleanj2
@tinylittleanj2 5 месяцев назад
You sir, are a legend! Thank you :)
@aniksaha244
@aniksaha244 Год назад
The server returned an invalid response to the EHLO command Getting this error , how to solve it will you please tell me?
@ghimireayuisha5888
@ghimireayuisha5888 6 месяцев назад
Awesome video. Exactly I watch your video on 1 year, after you uploaded.
@reginahshikanda6478
@reginahshikanda6478 2 месяца назад
Thank you so much for this!!
@nareshkumarmm6244
@nareshkumarmm6244 Год назад
Thanks a lot man 🖖
@mohammedalherz4035
@mohammedalherz4035 Год назад
can i use that for OTP ?
@obaidashgran
@obaidashgran Год назад
thanks a lot man
@NguyenThanh-pj1hc
@NguyenThanh-pj1hc 6 месяцев назад
thank you, it works
@bugr4378
@bugr4378 4 месяца назад
sir how can I use TLS instead of SSL
@oddikaro8236
@oddikaro8236 7 месяцев назад
Awesome, clean and to the point.
@mrtrader3661
@mrtrader3661 3 месяца назад
How to use it for emails in database with API
@GamesBR-qu6ip
@GamesBR-qu6ip 4 месяца назад
Very Nice! thanks
@chotamulenga485
@chotamulenga485 14 дней назад
how can you hide the email and password from being in the source code?
@alperkaya8919
@alperkaya8919 Год назад
It worked for me thank you man
@joyceannsicat9212
@joyceannsicat9212 10 месяцев назад
where did you see the link?
@SArslan-lm5yt
@SArslan-lm5yt Месяц назад
SMTP server nasil kurdun
@berserkerzgz
@berserkerzgz 9 месяцев назад
link to the code?
@shahinbabayev4456
@shahinbabayev4456 Год назад
I am getting this error "The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.57 Client not authenticated to send mail"
@tutorialsEUC
@tutorialsEUC Год назад
Are you sure that you are using the correct SMTP port of the e-mail service? Usually that error means that you login information or SMTP config is wrong :)
@JoeMeyer8998
@JoeMeyer8998 Год назад
@@tutorialsEUC your app doesn't work. I think it's an authorization problem, the basic authentication doesn't work anymore with Microsoft, OAuth2 is required
@MrSurfsAlot
@MrSurfsAlot Год назад
@@JoeMeyer8998 Did you ever find out what the issue was? I receive the same error
@JoeMeyer8998
@JoeMeyer8998 Год назад
@@MrSurfsAlot No, I haven't
@sanjivkhare4139
@sanjivkhare4139 Год назад
me too
@vikrantkhairnar2
@vikrantkhairnar2 10 месяцев назад
Hello what if I want to save the message in draft instead of sending it
@kriskata7653
@kriskata7653 10 месяцев назад
What I can do If I do not want to expose my password like this? If I have my application in production no developer would want their password visible in the code like this... Can you suggest an idea how to hide my password or authenticate another way?
@filiptrivan
@filiptrivan 9 месяцев назад
use appsettings
@Sandman.886
@Sandman.886 9 месяцев назад
I think you can just declare a static variable with the password somewhere else and just call that variable instead of writting it
@kaasbaas9532
@kaasbaas9532 7 месяцев назад
Environment variables/secrets
@coding-gemini
@coding-gemini 7 месяцев назад
User secrets / azure secrets / env variables
@oilondabeats9011
@oilondabeats9011 4 месяца назад
Hold on email paladin and how many of those emails u can send per day ?
@joegreen427
@joegreen427 6 месяцев назад
Um what if i dont want the email sent until someone registers a new account? And then verify it once the email is sent
@sabuwk12
@sabuwk12 6 месяцев назад
I’d assume you’d have to have some sort of database where you’d run a query to see registered emails. And check if a specific email is in your database. You then would perform that check and if it’s validated true then perform the email stuff in the video.
@wolfgang5945
@wolfgang5945 5 месяцев назад
Is it limited to sending mail? After 1 time I still haven't been able to send mail anymore!
@overnine7602
@overnine7602 5 месяцев назад
Guess It depends on the SMPT Provider - in case of gmail, you can configure your account to be used in "unsecure apps" and still as they say, some email can be filtered anyway
@located
@located 9 месяцев назад
where is the link?
@Duelweb
@Duelweb 9 месяцев назад
Exactly!! It does not exist. What a waste of time.
@aenon0
@aenon0 4 месяца назад
live long and prosper😭😭
@Thorne991
@Thorne991 4 месяца назад
Sorry, This one is pretty much click bait at this point. He speaks well but leaves out a bunch of "Other" code from what he shows and there is no source code to download. Just says "go to my free course" which has a money back guarantee.
@Duelweb
@Duelweb 7 месяцев назад
Don't you read your comments ? Where is the link ????????
@sibisuruthit9622
@sibisuruthit9622 5 месяцев назад
Be kind whenever u make a reply.
@Duelweb
@Duelweb 5 месяцев назад
@@sibisuruthit9622 There is no unkindness in this question. But more to the point is if we are going to give tutors our time (they make money off of us) then at least have the manners and respond. If you interpret my comment as unkind, perhaps you are overly sensitive 😀
@sibisuruthit9622
@sibisuruthit9622 5 месяцев назад
@@Duelweb if someone is a tutor to u, apart from money n time, u should give the respect. That is the basic manners
@syth6189
@syth6189 4 месяца назад
@@sibisuruthit9622 Basic manners is them not wasting our time
@sibisuruthit9622
@sibisuruthit9622 3 месяца назад
@@syth6189 of course it is. But there is always a way to convey anything.
@_HoangNguyenMinhPhuoc
@_HoangNguyenMinhPhuoc 3 месяца назад
Далее
Sending Email in C# using FluentEmail
30:36
Просмотров 89 тыс.
Викторина от МАМЫ 🆘 | WICSUR #shorts
00:58
БИМ БАМ БУМ💥
00:14
Просмотров 3,6 млн
Brutally honest advice for new .NET Web Developers
7:19
ASP.NET Core Crash Course - C# App in One Hour
1:00:44
Просмотров 1,5 млн
The Only .NET Scheduler You Should Be Using!
16:38
Просмотров 48 тыс.
How to send an email in C# with .NET using Mailkit
16:46
Background Tasks Are Finally Fixed in .NET 8
10:29
Просмотров 105 тыс.