Skip to content

shreyasadhasivam/ReforestationInitiativePlatform

Repository files navigation

ReforestationInitiativePlatform

Steps to execute the program:
  • Download and install XAMPP server by following the steps in this youtube video: Installation process
  • Store the directory containing your scripts in C:/XAMPP/htdocs
  • Go to https://localhost/yourdirectoryname
  • To activate mail server
  • Go to C:/XAMPP/php/php.ini and search using for 'mail function' Ctrl+F and add the following lines:
    [mail function]
    SMTP = smtp.gmail.com
    smtp_port = 465
    sendmail_from = youremail@example.com
    sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t"
  • Go to C:/XAMPP/sendmail/sendmail.ini and replace the entire script with this:
    [sendmail]
    smtp_server = smtp.gmail.com
    smtp.port = 465
    error_logfile = error.log
    debug_logfile = debug.log
    auth_username = youremail@example.com
    auth_password = encryptedpassword
    force_sender = youremail@example.com
  • About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published