"default", // "password" => "testing" //]); /** * Also part of the SQL_Auth plugin. This protects your login page. * This is a list of DNS Blacklists that get checked for non-logged-in * users. */ //$config["dnsbl"] = ["dnsbl.dronebl.org", "rbl.efnetrbl.org"]; /** Your email settings * Requires plugin "php_mailer" */ $config["smtp"]["host"] = "127.0.0.1"; $config["smtp"]["port"] = 587; $config["smtp"]["encryption"] = "tls"; /* Use 'tls' for STARTTLS or 'ssl' for TLS/SSL */ $config["smtp"]["username"] = "youremail@example.com"; /* The email to login with and send emails from */ $config["smtp"]["password"] = "supersecretpassword"; /* The password for the above email */ $config["smtp"]["from_name"] = "UnrealIRCd Admin Panel";