Help! Send email from view

Hi Im trying to create view of personal data. One column will be email address.Is it possible to open your mail after clicking email in view column ready with this email address you just click in the “To field”.

Im trying something like this in column formula but it doesn’t work:

Email is the name of the field in the Form.

mailaddress:=Email;

(<a href="mailto:" + mailaddress + “">” + "e-mail: " + mailaddress + ")

Subject: Help! Send email from view…

On web? Sure. However, a mailto URL opens the default mail client that you have installed on your system so it will not likely achieve the effect you want (I suppose that you are trying to compose an e-mail to the selected contact within the iNotes client but perhaps I’m wrong)