<? mail($_GET["mail"],'Registrtation Test','you received a test email, you are unlucky today'); ?>
Well so if i put this script on a server like 000webhost.com that supports php files and acsess it with world.Export(www.?????.com/php.php?mail=test@hotmail.com) it would send an email to test@hotmail.com? and after that i did world export again but with other email would it send to the other email without rebooting the server?
As far as i can see that could would send the email. Each time you reload the page with the ?mail=XXX it will attempt to send another email, so no need to reboot any servers.
(also tired it with 000webhost before and I know it works with their service so no problems there either.)