C# .Net Tutorial - How to Send E-mail with ASP.NET (tutorial Good for Beginners)

preview_player
Показать описание
This is a very simple, introductory tutorial to ASP.NET (Active Server Pages) using C# and Visual Studio. It demonstrates how to create a web form and send an email from it. It's great for anyone looking to build their very first C# .Net application.
Рекомендации по теме
Комментарии
Автор

FINALLY a non-indian tutorial that isn't from 2003! Thank you!

ubeven
Автор

Man I have been looking all over for how to do this and your explanation was the most straight forward and clear. Thanks Chris.

lizravenwood
Автор

I love how simple and straightforward it is. Thank you so much

elizabethphiri
Автор

Dude, you're a lifesaver! I haven't been able to make a working email form since the early 2000's lol.

Just one thing, though. I do the majority of my website design in Dreamweaver CS5 and all I want to know is if there any way you could make a video showing how to do this in Dreamweaver with a Yahoo email account?

jameshollan
Автор

I'm trying to send e-mails from an ASP.NET Core application. Do you have a video on that or know of someone who does? I can't seem to find one. I'm thinking the concept should be the same as in this video for web forms. It seems like MailKit is the way to go with ASP.Net core, but I can't seem to find any good documentation for it. Thanks!

kelseysteele
Автор

Hallo Chris

In the index.asp.cs, the mailmessage perimeter should be ordered in that way: MailMessage(from.Text, to.Text, subject.Text, body.Text), because you will never be able to send a mail to another person then you if you start mailmessage perimeter with (to.text). ;)

apptestingtest
Автор

Hello Chris. Thank you for this video. I've got a question - what changes would be made if we were to send to an Outlook email address from another Outlook email address?

ovuokeaghwotu
Автор

Hey, how can I send email without entering any email address especially password inside the network credentials. It should be base on the email inside my textbox. Great work anyway!

angelinesalazar
Автор

i getting this error if i use port 587 as u used.
"The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required." but if i use 465 it says Email sending Failure.
Please Help.. Waiting for your valuable reply!!

EntertainmentMasala
Автор

Good tutorial. I love it but what if the to.text will fetch the email address from a database and the email address could be gmail,  yahoo or any other related email, how can I do that. Please help. Thanks any way

setho
Автор

why does the text boxes and the label and the button appear as a <HTML ELEMENT> in the properties?
and there isn t any propertie i can t change anything
and i m sure i followed him step by step
i m using visual studio 2017 btw

medaminelmokni
Автор

i finish coding but when i click the send button i get an  error report..

obedefegoma
Автор

Btw thanks for the tutorial sir!

But how about user need to input manually? is there any code that we can refer it?

rahmanhacim
Автор

I'm getting an error, what might be the problem?

cecilbennett
Автор

Can somebody help me out with the port number for smtp client, how do I find them?

akashgu
Автор

Hi, Can anyone help me how to send message person1 to person2 using asp.net?

Wally_-
Автор

MY ERROR -
message) at _Default.Button1_Click(Object sender, EventArgs e)

pranoymehra
welcome to shbcf.ru