Who to send DATA to email..???
-
Im a learner in ASP.Net Im creating 1 project in class. Her is the querry............. I gott 2 textboxes viz. textbox1 , textbox2 im having submit button & reset button I know how to send the data entered in textboxes to SQL database but i dont know how can i send that data to specific email ID.... I want to send that data to email ID like..... abcname@emailserviceprovider.com PLease help me to solve this querry....... plz :^):^):^):^):^):^):^)
-
Im a learner in ASP.Net Im creating 1 project in class. Her is the querry............. I gott 2 textboxes viz. textbox1 , textbox2 im having submit button & reset button I know how to send the data entered in textboxes to SQL database but i dont know how can i send that data to specific email ID.... I want to send that data to email ID like..... abcname@emailserviceprovider.com PLease help me to solve this querry....... plz :^):^):^):^):^):^):^)
-
Im a learner in ASP.Net Im creating 1 project in class. Her is the querry............. I gott 2 textboxes viz. textbox1 , textbox2 im having submit button & reset button I know how to send the data entered in textboxes to SQL database but i dont know how can i send that data to specific email ID.... I want to send that data to email ID like..... abcname@emailserviceprovider.com PLease help me to solve this querry....... plz :^):^):^):^):^):^):^)
Hi Ankur, You should note that System.Net.Mail namespace (the one pmarfleet suggested) is for ASP.NET 2.0. If you are learning ASP.NET 1.1, you should use System.Web.Mail. Another thing you should know is that if your Email Server is in LAN, you won't be able to send to the other email addresses ( e.g. GMail or Yahoo or etc.. ) You may probably know about this but I'm telling you again cuz a lot of beginners used to try to send the mail to public email address from local email server.. :)
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) "Please vote to let me (and others) know if this answer helped you or not. A 5 vote tells people that your question has been answered successfully and that I've pitched it at just the right level. Thanks."
-
Hi Ankur, You should note that System.Net.Mail namespace (the one pmarfleet suggested) is for ASP.NET 2.0. If you are learning ASP.NET 1.1, you should use System.Web.Mail. Another thing you should know is that if your Email Server is in LAN, you won't be able to send to the other email addresses ( e.g. GMail or Yahoo or etc.. ) You may probably know about this but I'm telling you again cuz a lot of beginners used to try to send the mail to public email address from local email server.. :)
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) "Please vote to let me (and others) know if this answer helped you or not. A 5 vote tells people that your question has been answered successfully and that I've pitched it at just the right level. Thanks."
I Have LAN And coud send email. Only i have to set virtual servers in Router Configuration. Oh, and you can send email using any smtp server like google if you have correctly configure ports, name and encryption. PS: GMail smtp server uses encryption. PS2: SMTP Server delivers to specific email address. Even if you are using google smtp and deliver mail to yahoo -- modified at 10:49 Saturday 17th November, 2007
-
I Have LAN And coud send email. Only i have to set virtual servers in Router Configuration. Oh, and you can send email using any smtp server like google if you have correctly configure ports, name and encryption. PS: GMail smtp server uses encryption. PS2: SMTP Server delivers to specific email address. Even if you are using google smtp and deliver mail to yahoo -- modified at 10:49 Saturday 17th November, 2007