Hi,

when adding a email field to a node View (views-6.x-3.x-dev) and set the formatter to "E-mail contect form", the user is sent to a nonexisting URL like ./email/1654/field_email, resulting in a 404 not found (or however 404s are handled, e.g. with a search404 with the keywords "email 1654 field email").

The expected behaviour would be that a contact form allows to contact the owner of the e-mail address. If the module is not capable of doing this, the formatter needs to be either fixed or removed.

The issue exists as well in 6.x-1.2 as in 6.x-1.x-dev.