I'm trying to change the default mailto application to a standalone program called SMTPMailSender.exe This change would eliminate me having to install Windows Live Mail for each of my users (I use the server to allow remote desktop connections, so all customers connect through RDS). I've made the following to changes to the registry:
HKEY_CLASSES_ROOT\mailto\shell\open\command Default value to:
"%homepath%\smtp\sender.exe" "%1"
HKLM\SOFTWARE\Clients\Mail\SMTPSender\shell\open\command
Value: "%homepath%\smtp\sender.exe"
I don't get any errors and the program never opens.
Anyone know how I can get this to work?
Thanks
Kevin