I have an application in which I need to send an email which contains HTML body. Along with that body there should be a link “Click here to confirm your selection”. Once user clicks on this link,he/she should be directed to the new page in the new tab from his email.I want to give link of page which is there on localhost. That means when user clicks on link, the page which is there at the link will fire a query that will make entry to my database and appropriate message will be displayed to the user.
Please guide me how can I send link of my page with HTML message body?
I have an application in which I need to send an email which contains
Share
Just put a hyperlink (or “anchor tag”) in your html – details of how to send an html email can be found here.