how to make game send email

jazzuo

  • Posts: 23
hello can i make a game to send email to specific adress with score and statics, if yes how do i do that?

« Last Edit: February 02, 2015, 09:07:56 am by jazzuo »

jazzuo

  • Posts: 23
anyone have any idea? some people want me to make a game so the game sends score to specific email

colburt187

  • *
  • Posts: 2416
you can send the score to Twitter if that helps?

panda84

  • Posts: 28
You would have to send the scores to a server using the 'Post Data' block and then run some code on the server to send the email.

NOTA

  • Posts: 327
You would have to send the scores to a server using the 'Post Data' block and then run some code on the server to send the email.

'Post Data'?? Do we use "mySave" in the first text edit position and then a "mailto:" in an SQL?

ceosol

  • *
  • Posts: 2278
Sending mail is an active thing because the user's return mail address would be there. You cannot force a user to send an email.

The way to collect data is setting up an outside server and using php/mySQL.

ceosol

  • *
  • Posts: 2278
I was replying to the initial question. I hadn't noticed that you resurrected a thread that has been dead for 3 years.

I would answer your specific question, but since you are a jerk... I won't.