Send welcome email after succesful register
PiporGames opened this issue ยท 0 comments
Send welcome email after succesful register
In the current build, there is an option to send an email with a generated password, send an email to recover the password, or send an email when verification is required. However, I feel this plugin lacks an option to send a welcome email when someone registers with a password.
My idea is the following: When using PASSWORD as register method and setting 2nd argument as EMAIL_MANDATORY, when the registration process is completed, an email (source file ex: welcome.html) should be sent to the player, containing some information, in my case it would be an acknowledgment for the player for joining the server, with some helps and tips on how to play.
It should only be limitted to 1 welcome email per email adress.
Thank You, PiporGames.