tingobol / phpdesktop

Automatically exported from code.google.com/p/phpdesktop
0 stars 0 forks source link

Problem with mailto #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I use a link like "mailto:" I got:

"Failed to load URL mailto:mail@example.com? ... with error (-302)." 

Anyone already got this problem?

Original issue reported on code.google.com by RicardoF...@gmail.com on 7 Feb 2014 at 2:49

GoogleCodeExporter commented 9 years ago
See Issue 80.

Original comment by czarek.t...@gmail.com on 7 Feb 2014 at 3:37

GoogleCodeExporter commented 9 years ago

Original comment by czarek.t...@gmail.com on 7 Feb 2014 at 3:40

GoogleCodeExporter commented 9 years ago
I added "<?php shell_exec("start 
mailto:\"mail@example.com?subject=Mysubject&body=Mybody"); ?>" to my PHP file. 
It works on my local Windows 7, but not on Windows Server 2008 R2. 

Original comment by web...@googlemail.com on 18 Nov 2014 at 12:19