yes I created a website razor in visual studio and now how to develop so more
According to your description, I suggest you could try to use WebMail to help you sending the request in the razor page.
You should firstly set the send user account and use the webmail.send to send the email.
More details ,you could refer to below article:
https://www.w3schools.com/asp/webpages_email.asp
Best Regards,
Brando
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
None
0 Points
3 Posts
formsubmit contactuspage to myemailid
Sep 07, 2018 05:00 PM|priyankavivekanandan|LINK
I hav a form with email_id and comments box now when I submit that it would
pass the matter to my emailid
and how to design pages like about us and all pls sugest any tutorial
thanks
priyanka
Contributor
2622 Points
2741 Posts
Re: formsubmit contactuspage to myemailid
Sep 08, 2018 01:51 PM|wavemaster|LINK
In Visual Studio 2017:
File, New, Web, Previous Versions, then ASP.NET WebSite (Razor v3), then click OK.
When it is ready you will have a website you can display locally, it has registration, about us, a database, and more
Then come back here and search how you can use gmail with your new site.
None
0 Points
3 Posts
Re: formsubmit contactuspage to myemailid
Sep 10, 2018 03:57 AM|priyankavivekanandan|LINK
yes I created a website razor in visual studio and now how to develop so more
Thanks
Priyanka
Star
9831 Points
3120 Posts
Re: formsubmit contactuspage to myemailid
Sep 10, 2018 07:10 AM|Brando ZWZ|LINK
Hi priyankavivekanandan,
According to your description, I suggest you could try to use WebMail to help you sending the request in the razor page.
You should firstly set the send user account and use the webmail.send to send the email.
More details ,you could refer to below article:
https://www.w3schools.com/asp/webpages_email.asp
Best Regards,
Brando
Contributor
2622 Points
2741 Posts
Re: formsubmit contactuspage to myemailid
Sep 10, 2018 09:37 AM|wavemaster|LINK
www.mikesdotnetting.com
Look for the tag WebMatrix
All-Star
194829 Points
28099 Posts
Moderator
Re: formsubmit contactuspage to myemailid
Sep 10, 2018 10:32 AM|Mikesdotnetting|LINK