HTTP Auth Mailto Redirection
I have made a php script that makes linking to email addresses through http: links but in the exact same format as mailto: links possible. You can test it out by going to http://mail-noreply@mailto.eligrey.com?subject=Hello World! (IE users: click here after reading paragraph below). If you took away the double slashes (which would still work) and replaced http with mailto, the link would work as a mailto link. You may be asked if you would like to log on with the username ‘mail-noreply’. Click OK if you see this. One reason for doing this is that most spambots can’t handle HTTP authentication.
IE users: IE doesn’t support username:password@host URIs so you need to go to the normal URI without everything before the @ sign. You will get prompted to type in a username (ignore password), type in the username in the email address you want to email.
› Continue reading