java - Android: how can I send verification email -
i'm developing android app, , after user registers, i'd send him verification email according mail entered in registration process.
i saw several answers here have same problem:
- only gmail
- send mail self , know username , pwd.
how can can send no matter mail provider?
i have php backend, better there?
i go back-end, several reasons:
- if there central back-end handles administration, should in charge of user administration , confirmation.
- sending email phone means more data usage user.
- sending email phone works if user on network allows smtp-connections outside own subnet. many isps, example, not allow that.
Comments
Post a Comment