Skip to content

Adding SMTP Configuration

Compare
Choose a tag to compare
@lablnet lablnet released this 30 Jul 11:52
· 161 commits to master since this release
ad2a2f6

How you can update
its simple just replace config.php file or add these in your config.php file root/Config/Config.php

    /**
     * SMPT Host
     *
     * @var string
     */
    const SMPT_HOST = "your-smtp-host";
    /**
     * SMPT User
     *
     * @var string
     */    
    const SMPT_USER = "your-smtp-user";
    /**
     * SMPT Pass
     *
     * @var string
     */    
    const SMPT_PASS = "your-smtp-pass";
    /**
     * SMPT Port
     *
     * @var int
     */    
    const SMPT_PORT = 111;

thank you so much if you have any issue open in github thank