larsiusprime / crashdumper

A cross-platform automated crash report generator/sender for Haxe/OpenFL apps.
MIT License
113 stars 33 forks source link

Emailing crash reports #6

Closed Ohmnivore closed 9 years ago

Ohmnivore commented 10 years ago

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!

larsiusprime commented 9 years ago

We've got this covered now with HTTP requests.