Avatar

Level 10

Hi,

The mailto protocol is here: http://www.ietf.org/rfc/rfc2368.txt and some useful information here: http://msdn.microsoft.com/en-us/library/aa767737(v=vs.85).aspx.

I don't think there is a "from" header in the protocol, so I don't think you can do what you are looking for. In any case I imagine that the email client would have to use one of its email accounts.

Also in relation to the dialog window, afaik you can't disable it. It is part of the email process and discloses to the user that an email is going to be sent from the form. Sending an email without the user's knowledge or action would be considered a security issue.

Niall