could anyone teach me how to do a simple send email proc?
just to send the user a random generated number to comfirm his registration, and to send him the password if he forgets.
How could i do the sending e-mail? i found somethings about world export but how do i use it as a email sender? and what do i need to make it?
ID:157388
Mar 20 2010, 12:36 pm
|
|
Mar 20 2010, 12:40 pm
|
|
BYOND does not provide a built-in method of sending e-mail. You'll have to write an external script that can be called using Export(), the script would handle all sending.
|
In response to Nadrew
|
|
i write the script in php to send the email, ok but will it work if the script is not hosted on a site?
|
In response to Karffebon
|
|
It has to be hosted somewhere with PHP support if you want it to be accessible by the game.
|
In response to Nadrew
|
|
ok thanks
|