Mailto From attribute?

windows

Guest
Is there anyway to change the FROM email address in a mailto URL? I'm not trying to forge email headers or anything as insidious as that, I'm putting a mailto URL on a website so that customers can generate an email, but I don't want the email to be sent with the FROM using their default Exchange email address. I'd like for it to be something generic, preferably an invalid email address, so that the recipient cannot reply to it. I've tried adding FROM: and IN-REPLY-TO in the URL and Outlook appears to ignore both of them. Any ideas? Thanks for the help.<!--content-->If you don't generate it on the serverside, you can't do that, because it reflects in the 'fromfield' the available emailadresses from the client!<!--content-->Can I generate the FROM: on the server side? This is an ASP page, so can I pass a generic FROM: to the mailto URL on the client?<!--content-->Yes, you can, I don't know how to do it with ASP but there's maybe something like 'mail(to,subject,body,from)'<!--content-->
 
Back
Top