is it possible to do it without smtp?
http://stackoverflow.com/questions/2513 ... using-smtp
Hi again,
as far as I know its not possible to send a mail without an outgoing server. The only way without having a smtp server, which comes in my mind, is setting up a temporary, local, one. The problem could be (in fact, its a great thing - but not for your idea <img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";)" title="Wink"> ), that most hosters (aol, hotmail, gmx, etc.) will definatly decline your mail (not even putting it into spam - it just wont be delivered) because your IP may be "unknown" (or you just got one, which was banned before).. chances are huge, when setting up a local smtp on a not static IP, that your users will run into this. Maybe checking a users IP (tools like http://mxtoolbox.com/blacklists.aspx) could secure, that a sended mail will be delivered, but dont count on that.
You could possibly just setup a new outlook.com account; enable pop/imap functionality (in order to also enable external mailsending via smtp) or get a domainhosting. Dont know about free-mailhostings if you can "spoof" your sender-address (turning XY@outlook.com into XY@something.com - but I dont think that free hoster will do so); otherwise the reciever will get your sended mails with its original domain (@outlook.com or something).
(in short: easiest is getting a hosted domain with mails; setting up a php backend-script and sending mails over that - that will secure that your mails are delivered in *any* case and that you got a professional looking domain like "support@yourgame.com" and not a junky one like "mygame12345@outlook.com" <img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";)" title="Wink"> )
You may want to read this: http://superuser.com/a/1006087
Regards
Proxy