Open GoogleCodeExporter opened 9 years ago
Issue 79 has been merged into this issue.
Original comment by czarek.t...@gmail.com
on 7 Feb 2014 at 3:40
I was wrong. The system("start mailto:asd@asd.pl") seems to be working fine. It
was a problem on my system, as I have no mail client associated. Thus I get
such error message on Windows when launching the mailto link:
Could not perform this operation because the default mail client
is not properly installed.
This error message box appeared in background, so I didn't see it initially.
Original comment by czarek.t...@gmail.com
on 7 Feb 2014 at 3:59
On PHP you can call something like this:
shell_exec("start mailto:\"mail@example.com?subject=Mysubject&body=Mybody");
Original comment by RicardoF...@gmail.com
on 7 Feb 2014 at 4:31
Original comment by czarek.t...@gmail.com
on 13 Oct 2014 at 6:58
Original comment by czarek.t...@gmail.com
on 21 Oct 2014 at 10:37
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 7 Feb 2014 at 3:36