]> jfr.im git - irc/unrealircd/unrealircd-webpanel-plugins.git/commitdiff
Update mail-settings.php
authorValerie Pond <redacted>
Tue, 27 Jun 2023 05:46:57 +0000 (06:46 +0100)
committerValerie Pond <redacted>
Tue, 27 Jun 2023 05:46:57 +0000 (06:46 +0100)
php_mailer/mail-settings.php

index 0a33790c8909cb66d59a5e99e6d009642d9ab475..d0389af070ae0a1148e2d844503e232e876c6ee4 100644 (file)
@@ -22,7 +22,7 @@ foreach($_POST as $key => $value)
        elseif ($key == "smtpPort")
                $config['smtp']['port'] = $value;
        elseif ($key == "smtpEnc")
-               $config['smtp']['smtpEnc'] = $value;
+               $config['smtp']['encryption'] = $value;
 
        write_config();
 }