2

I have a web Page in my ASP.NET MVC application with a link called "Click here to request the access".

When the user clicks on this, Outlook New Email window is not showing.

Here is the Code using mailto:

<span><a href="mailto:[email protected]?subject=Please give access to the user">Click Here</a> to request the access.</span>

Wondering.. am i missing any setting or anything? Or is there any security thing that is stopping me.

Appreciate your time.

Thanks

1
  • +1 - I just noticed this in VS2010 with MVC3. Deploying my site to local IIS and running from there fixes the links, but clicking on them in debug mode has no effect. Commented Apr 26, 2011 at 23:44

1 Answer 1

7

This has nothing to do with the server. This is a client-side (browser) behavior. Do mailto links work for other websites? Is Outlook registered as the default mail software?

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.