]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - config.php.sample
Overview: Make top margin of bottom row smaller
[irc/unrealircd/unrealircd-webpanel.git] / config.php.sample
index f7d99a58ec93f60bde097d1c04b91bebd7bcddec..53e239ae0b097de95d219f00f72b711ba2e2cd47 100644 (file)
@@ -127,7 +127,7 @@ define('EMAIL_SETTINGS', [
     "host" => 'smtp.host.example.com',
     "port" => 587,
     "encryption" => 'tls', /* Use 'tls' for STARTTLS or 'ssl' for TLS/SSL
-    "username" => "v.a.pond@outlook.com", /* The email to login with and send emails from */
+    "username" => "youremail@example.com", /* The email to login with and send emails from */
     "password" => "supersecretpassword", /* The password for the above email */
     "from_name" => "UnrealIRCd Admin Panel",