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

  Рет қаралды 76,405

tutorialsEU - C#

tutorialsEU - C#

Күн бұрын

🔥 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.tutori...
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

Пікірлер: 56
@tutorialsEUC
@tutorialsEUC Жыл бұрын
🚀 C# Progress Academy - Become a senior C# developer: academy.tutorials.eu/p/csharp-progress-academy
@sukanya.29728
@sukanya.29728 11 ай бұрын
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..?
@ghimireayuisha5888
@ghimireayuisha5888 7 ай бұрын
Awesome video. Exactly I watch your video on 1 year, after you uploaded.
@Wojbest_YT
@Wojbest_YT 6 күн бұрын
thanks now i can make malware that sends the malware from the host computer to their contacts
@oddikaro8236
@oddikaro8236 9 ай бұрын
Awesome, clean and to the point.
@johnkanekunga6668
@johnkanekunga6668 27 күн бұрын
Can you do another quick tutorial to receive emails?
@Daniel-tx6hx
@Daniel-tx6hx 26 күн бұрын
This is not the recommended approach because the username and password are exposed, and if the project is accessible to others, it is not practical. The recommended method is to send emails using the API-obtain a special key from Google or another provider, and everything else is quite similar.
@reginahshikanda6478
@reginahshikanda6478 3 ай бұрын
Thank you so much for this!!
@tinylittleanj2
@tinylittleanj2 7 ай бұрын
You sir, are a legend! Thank you :)
@chotamulenga485
@chotamulenga485 Ай бұрын
how can you hide the email and password from being in the source code?
@GamesBR-qu6ip
@GamesBR-qu6ip 5 ай бұрын
Very Nice! thanks
@kriskata7653
@kriskata7653 11 ай бұрын
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 11 ай бұрын
use appsettings
@Sandman.886
@Sandman.886 11 ай бұрын
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 8 ай бұрын
Environment variables/secrets
@coding-gemini
@coding-gemini 8 ай бұрын
User secrets / azure secrets / env variables
@joseantoniosanchesgarcia9220
@joseantoniosanchesgarcia9220 Жыл бұрын
Hello bro, I got this error using the same configuration: The function requested is not supported, I am using mailTrap
@mrtrader3661
@mrtrader3661 4 ай бұрын
How to use it for emails in database with API
@aniksaha244
@aniksaha244 Жыл бұрын
The server returned an invalid response to the EHLO command Getting this error , how to solve it will you please tell me?
@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
@NguyenThanh-pj1hc
@NguyenThanh-pj1hc 7 ай бұрын
thank you, it works
@alperkaya8919
@alperkaya8919 Жыл бұрын
It worked for me thank you man
@joyceannsicat9212
@joyceannsicat9212 Жыл бұрын
where did you see the link?
@SArslan-lm5yt
@SArslan-lm5yt 2 ай бұрын
SMTP server nasil kurdun
@nareshkumarmm6244
@nareshkumarmm6244 Жыл бұрын
Thanks a lot man 🖖
@Thorne991
@Thorne991 6 ай бұрын
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.
@obaidashgran
@obaidashgran Жыл бұрын
thanks a lot man
@bugr4378
@bugr4378 5 ай бұрын
sir how can I use TLS instead of SSL
@mohammedalherz4035
@mohammedalherz4035 Жыл бұрын
can i use that for OTP ?
@joegreen427
@joegreen427 7 ай бұрын
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 7 ай бұрын
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.
@oilondabeats9011
@oilondabeats9011 6 ай бұрын
Hold on email paladin and how many of those emails u can send per day ?
@wolfgang5945
@wolfgang5945 6 ай бұрын
Is it limited to sending mail? After 1 time I still haven't been able to send mail anymore!
@overnine7602
@overnine7602 6 ай бұрын
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
@berserkerzgz
@berserkerzgz 11 ай бұрын
link to the code?
@located
@located 11 ай бұрын
where is the link?
@Duelweb
@Duelweb 10 ай бұрын
Exactly!! It does not exist. What a waste of time.
@aenon0
@aenon0 6 ай бұрын
live long and prosper😭😭
@vikrantkhairnar2
@vikrantkhairnar2 Жыл бұрын
Hello what if I want to save the message in draft instead of sending it
@Duelweb
@Duelweb 8 ай бұрын
Don't you read your comments ? Where is the link ????????
@sibisuruthit9622
@sibisuruthit9622 6 ай бұрын
Be kind whenever u make a reply.
@Duelweb
@Duelweb 6 ай бұрын
@@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 6 ай бұрын
@@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 5 ай бұрын
@@sibisuruthit9622 Basic manners is them not wasting our time
@sibisuruthit9622
@sibisuruthit9622 5 ай бұрын
@@syth6189 of course it is. But there is always a way to convey anything.
@_HoangNguyenMinhPhuoc
@_HoangNguyenMinhPhuoc 5 ай бұрын
How to use the Repository Design Pattern in C# and ASP.NET
18:35
tutorialsEU - C#
Рет қаралды 11 М.
Send Email with a .NET 6 Web API using Mailkit & SMTP 📧
22:02
Patrick God
Рет қаралды 72 М.
Люблю детей 💕💕💕🥰 #aminkavitaminka #aminokka #miminka #дети
00:24
Аминка Витаминка
Рет қаралды 1,3 МЛН
АЗАРТНИК 4 |СЕЗОН 2 Серия
31:45
Inter Production
Рет қаралды 803 М.
1ОШБ Да Вінчі навчання
00:14
AIRSOFT BALAN
Рет қаралды 5 МЛН
Sending Email in C# using FluentEmail
30:36
IAmTimCorey
Рет қаралды 90 М.
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 172 М.
Send Email with example in ASP.Net MVC
8:21
ASPSnippets
Рет қаралды 240
How to send an email in C# with .NET using Mailkit
16:46
tutorialsEU
Рет қаралды 32 М.
Send emails for free using Gmail SMTP server from .net (c#) application
6:17
ASP.NET Core Crash Course - C# App in One Hour
1:00:44
freeCodeCamp.org
Рет қаралды 1,5 МЛН
Understand your C# queries! IEnumerable & IQueryable in explained
11:28
tutorialsEU - C#
Рет қаралды 35 М.
how to send email in asp.net mvc | MVC sending email
12:36
Haritha Computers & Technology
Рет қаралды 34 М.
Люблю детей 💕💕💕🥰 #aminkavitaminka #aminokka #miminka #дети
00:24
Аминка Витаминка
Рет қаралды 1,3 МЛН