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

  Рет қаралды 82,482

tutorialsEU - C#

tutorialsEU - C#

Күн бұрын

Пікірлер: 58
@tutorialsEUC
@tutorialsEUC Жыл бұрын
🚀 C# Progress Academy - Become a senior C# developer: academy.tutorials.eu/p/csharp-progress-academy
@martaflru
@martaflru 24 күн бұрын
Hello, you forgot to post the link to the page with the code. I know you haven't read the other comments, but maybe you'll thank a little reminder. It would help many of us.
@ghimireayuisha5888
@ghimireayuisha5888 9 ай бұрын
Awesome video. Exactly I watch your video on 1 year, after you uploaded.
@sukanya.29728
@sukanya.29728 Жыл бұрын
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..?
@oddikaro8236
@oddikaro8236 10 ай бұрын
Awesome, clean and to the point.
@tinylittleanj2
@tinylittleanj2 8 ай бұрын
You sir, are a legend! Thank you :)
@Thorne991
@Thorne991 7 ай бұрын
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.
@reginahshikanda6478
@reginahshikanda6478 4 ай бұрын
Thank you so much for this!!
@GamesBR-qu6ip
@GamesBR-qu6ip 6 ай бұрын
Very Nice! thanks
@johnkanekunga6668
@johnkanekunga6668 2 ай бұрын
Can you do another quick tutorial to receive emails?
@alperkaya8919
@alperkaya8919 Жыл бұрын
It worked for me thank you man
@joyceannsicat9212
@joyceannsicat9212 Жыл бұрын
where did you see the link?
@SArslan-lm5yt
@SArslan-lm5yt 3 ай бұрын
SMTP server nasil kurdun
@Daniel-tx6hx
@Daniel-tx6hx 2 ай бұрын
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.
@NguyenThanh-pj1hc
@NguyenThanh-pj1hc 9 ай бұрын
thank you, it works
@nareshkumarmm6244
@nareshkumarmm6244 Жыл бұрын
Thanks a lot man 🖖
@obaidashgran
@obaidashgran Жыл бұрын
thanks a lot man
@aniksaha244
@aniksaha244 Жыл бұрын
The server returned an invalid response to the EHLO command Getting this error , how to solve it will you please tell me?
@mohammedalherz4035
@mohammedalherz4035 Жыл бұрын
can i use that for OTP ?
@joseantoniosanchesgarcia9220
@joseantoniosanchesgarcia9220 Жыл бұрын
Hello bro, I got this error using the same configuration: The function requested is not supported, I am using mailTrap
@bugr4378
@bugr4378 7 ай бұрын
sir how can I use TLS instead of SSL
@kriskata7653
@kriskata7653 Жыл бұрын
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 Жыл бұрын
use appsettings
@Sandman.886
@Sandman.886 Жыл бұрын
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 10 ай бұрын
Environment variables/secrets
@coding-gemini
@coding-gemini 9 ай бұрын
User secrets / azure secrets / env variables
@chotamulenga485
@chotamulenga485 3 ай бұрын
how can you hide the email and password from being in the source 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
@mrtrader3661
@mrtrader3661 6 ай бұрын
How to use it for emails in database with API
@wolfgang5945
@wolfgang5945 7 ай бұрын
Is it limited to sending mail? After 1 time I still haven't been able to send mail anymore!
@overnine7602
@overnine7602 7 ай бұрын
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
@Wojbest_YT
@Wojbest_YT Ай бұрын
thanks now i can make malware that sends the malware from the host computer to their contacts
@joegreen427
@joegreen427 9 ай бұрын
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 9 ай бұрын
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 7 ай бұрын
Hold on email paladin and how many of those emails u can send per day ?
@attilaguba856
@attilaguba856 7 күн бұрын
for example Gmail is 500/day , but better if you use SendGrid or etc!
@berserkerzgz
@berserkerzgz Жыл бұрын
link to the code?
@located
@located Жыл бұрын
where is the link?
@Duelweb
@Duelweb 11 ай бұрын
Exactly!! It does not exist. What a waste of time.
@vikrantkhairnar2
@vikrantkhairnar2 Жыл бұрын
Hello what if I want to save the message in draft instead of sending it
@aenon0
@aenon0 7 ай бұрын
live long and prosper😭😭
@Duelweb
@Duelweb 10 ай бұрын
Don't you read your comments ? Where is the link ????????
@sibisuruthit9622
@sibisuruthit9622 7 ай бұрын
Be kind whenever u make a reply.
@Duelweb
@Duelweb 7 ай бұрын
@@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 7 ай бұрын
@@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 6 ай бұрын
@@sibisuruthit9622 Basic manners is them not wasting our time
@sibisuruthit9622
@sibisuruthit9622 6 ай бұрын
@@syth6189 of course it is. But there is always a way to convey anything.
@_HoangNguyenMinhPhuoc
@_HoangNguyenMinhPhuoc 6 ай бұрын
C# Generic Constructors - MAKE your CODE more GENERIC!
6:10
tutorialsEU - C#
Рет қаралды 4 М.
Send Email with a .NET 6 Web API using Mailkit & SMTP 📧
22:02
Patrick God
Рет қаралды 74 М.
Synyptas 4 | Арамызда бір сатқын бар ! | 4 Bolim
17:24
Who’s the Real Dad Doll Squid? Can You Guess in 60 Seconds? | Roblox 3D
00:34
How to use the Repository Design Pattern in C# and ASP.NET
18:35
tutorialsEU - C#
Рет қаралды 12 М.
Sending Email in C# using FluentEmail
30:36
IAmTimCorey
Рет қаралды 90 М.
The Only .NET Scheduler You Should Be Using!
16:38
Nick Chapsas
Рет қаралды 53 М.
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 220 М.
Understand your C# queries! IEnumerable & IQueryable in explained
11:28
tutorialsEU - C#
Рет қаралды 37 М.
Send emails for free using Gmail SMTP server from .net (c#) application
6:17
I Tried Every AI Coding Assistant
24:50
Conner Ardman
Рет қаралды 828 М.
how to send email in asp.net mvc | MVC sending email
12:36
Haritha Computers & Technology
Рет қаралды 35 М.
What is the Java Job delusion?
12:23
Stefan Mischook
Рет қаралды 133 М.
Synyptas 4 | Арамызда бір сатқын бар ! | 4 Bolim
17:24