samerton / NamelessMC

A complete Minecraft-related PHP website package. Please note this is an old repository, a link to the new repo is in the readme
https://github.com/NamelessMC/Nameless
MIT License
39 stars 17 forks source link

Verification Email #48

Closed Kyle1264x closed 9 years ago

Kyle1264x commented 9 years ago

People arent getting it, or it goes right to spam. How can i fix this?

samerton commented 9 years ago

If the email is being sent, but it's going into the Spam folder, not much can be done. However, this does show that the email function works.

If the email is not being sent at all, this should be fixed in the upcoming version 1.0 which includes a new email library.

Kyle1264x commented 9 years ago

Okay, sounds good. Can you make it login to a gmail account, so it uses googles' api to send? so its not considered spam

samerton commented 9 years ago

To add onto my previous reply, if you replace the code of pages/admin/user.php with this code, you can manually activate a user's account by editing their user in the AdminCP and clicking "Validate User".

Yes, the upcoming mail library included in version 1.0 will have the ability to use gmail to send emails.

Kyle1264x commented 9 years ago

Sounds good, Thanks man

samerton commented 9 years ago

Fixed in the latest 1.0 development, found here