Archive: email submission


email submission
Hi,

Is there any code anywhere to collect a users email and submit it to a web script?

(for email registration of a game)

Thanks


You could use a custom page (InstallOptions) and one of the internet plugins to do a simple HTTP request, to a url like; http://yourserver.com/gamereg.php?m=hello@world.com but you need something on the server to parse and store the request