Android News App
  • Welcome
  • Android Studio
    • Getting Started
    • Import Project
    • Generate google-services.json
    • Push Notification
    • Package Name
    • Server Connection
    • Ad Network
    • Legacy GDPR
    • Funding Choices
    • App Configuration
    • Get YouTube API Key
    • Change App Logo
    • Change App Color
    • Text Assets
    • Image Assets
    • App Font
  • Admin Panel
    • Getting Started
    • Database Configuration
    • Related Video Tutorial
    • SMTP Config
    • Change Color
    • Change Text
  • Publish the App
    • Release Version
    • Generate Signed Bundle / APK
  • Migrate from Older Version
    • v4.2.1 to v4.3.0
    • v4.2.0 to v4.2.1
    • v4.0.0 to v4.2.0
    • v3.4.x to v4.0.0
  • Rating and Support
  • Changelog
  • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. Admin Panel

SMTP Config

PreviousRelated Video TutorialNextChange Color

Last updated 3 years ago

Was this helpful?

This configuration for forgot password function in the Android client, so that this feature can work, make sure the hosting that you use can work with SMTP Email, if it's not working, please ask to your web hosting provider to fix it.

In this tutorial we use a web hosting server with cpanel, if you don't use cpanel, please adjust it based on the server you are using.

Login to cpanel hosting, select Email Account and click Create button to create new email account

Select your domain name, fill your username as your smtp email and password as your smtp password, for other optional settings can be kept by default or customize it by yourself according to your needs, then click Create button to create your email account.

Return to Email Account page and you will see a list of emails that you just created, then press the Connect Devices button to view the information of the email account that you have created.

Scroll down to the Mail Client Manual Settings section and see SMTP information for your email account

Put all your smtp email account information into the includes/smtp/smtp-config.php file

Make sure all the information you enter is correct, otherwise the forgot password function will not work.