Using MVC C#
- I want that when the user submits the form, a message should be sent to the email he entered in the email textbox.
- I want send some data using html
- I want send html data in pdf format
please give some hints
Thank You.....
Using MVC C#
please give some hints
Thank You.....
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhishek ChadhaPosted May 22, 2024, 5:22 AM
Here's a basic example illustrating these steps:
Remember to replace placeholders like
"[email protected]","smtp.yourprovider.com", and"path/to/save/pdf.pdf"with your actual email settings and desired file path.