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). ;)
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?
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!
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?
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!!
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!
why does the text boxes and the label and the button appear as a 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
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
I am suggesting you to google the mail client settings. For example I googled the gmail smtp settings and look what I found support.google.com/mail/answer/7126229?hl=en
FINALLY a non-indian tutorial that isn't from 2003! Thank you!
fuk u
Man I have been looking all over for how to do this and your explanation was the most straight forward and clear. Thanks Chris.
I love how simple and straightforward it is. Thank you so much
Works like a charm! Thank you Chris.
Awesome video! Thank you!!!
Very good brother! helped me a lot.
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). ;)
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?
Thank you. Its working
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!
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?
just change the configuration details
great tut.. thanks
I'm getting an error, what might be the problem?
Thank you sir
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!!
7 years later and I'm the one who needs your help, were you able to fix it?
i finish coding but when i click the send button i get an error report..
Thank you Sir !
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!
I'm also trying to do this. Did you find any solution?
@@afiqrosli216 not yet
@@angelinesalazar4300 Please tell me you found the solution.....
Thanks Man.
why does the text boxes and the label and the button appear as a 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
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
Thank you so much sir :)
thank you sir.
Hi, Can anyone help me how to send message person1 to person2 using asp.net?
Can somebody help me out with the port number for smtp client, how do I find them?
I am suggesting you to google the mail client settings. For example I googled the gmail smtp settings and look what I found support.google.com/mail/answer/7126229?hl=en
Btw thanks for the tutorial sir!
But how about user need to input manually? is there any code that we can refer it?
i need answer for this question its important to me
MY ERROR -
System.Net.Mail.SmtpClient.Send(MailMessage message) at _Default.Button1_Click(Object sender, EventArgs e)
thaaaanks guys if u got smtp problem just see this video:th-cam.com/video/D2F4rFC7tMk/w-d-xo.html