Hi, I made a quick way to e-mail crash reports for windows. I tried coding the e-mail part in Haxe, but I couldn't get it to work so I decided to use an external .exe to send the e-mail. I used mailsend: https://github.com/muquit/mailsend
Mailsend works on Mac, Linux, and Windows, it's just a matter of selecting the right binary. In my version I use Windows, but it could be fixed to work with any OS.
Hi, I made a quick way to e-mail crash reports for windows. I tried coding the e-mail part in Haxe, but I couldn't get it to work so I decided to use an external .exe to send the e-mail. I used mailsend: https://github.com/muquit/mailsend
Mailsend works on Mac, Linux, and Windows, it's just a matter of selecting the right binary. In my version I use Windows, but it could be fixed to work with any OS.
https://gist.github.com/Ohmnivore/30114143c40d60be72fd my additions can be found if you look for sub, msg, and sendMail
I'm aware this is a bad solution, but until someone figures out how to send e-mail with Haxe that's what I'm gonna use.
Cheers!