Garnetly Docs
  • Garnetly Offerwall Script - Complete Monetization Solution for Reward Websites
  • Setup Guide
    • Installation
      • Server Requirements
      • Database
      • Script Files
      • Installation
  • Usage
    • Offerwall Network Management
      • Offerwall API
      • Add Networks
    • Cron Jobs
    • Withdrawal Setup
    • Settings
      • Script Configuration
      • SMTP Configuration
      • Captcha Configuration
      • Google OAuth Setup
  • Change Logs
Powered by GitBook
On this page
  1. Usage
  2. Settings

SMTP Configuration

PreviousScript ConfigurationNextCaptcha Configuration

Last updated 7 months ago

  1. Log in to your cPanel, navigate to the File Manager

  2. Find your website files, open the core folder, and select the .env file to edit

  3. You can enter your SMTP information in the following fields

    • MAIL_HOST: Enter the hostname of your SMTP server (e.g., smtp.mailtrap.io).

    • MAIL_PORT: Specify the port number used for the SMTP connection (e.g., 587).

    • MAIL_USERNAME: Enter your SMTP username for authentication.

    • MAIL_PASSWORD: Provide the password associated with your SMTP username.

    • MAIL_ENCRYPTION: Set the encryption method to use for secure communication. You can use TLS or SSL.

    • MAIL_FROM_ADDRESS: Specify the email address that will appear as the sender (e.g., "no-reply@site.com").

    Once you have filled in all the required fields, click Save to apply your changes.