]> ruin.nu Git - ndwebbie.git/blobdiff - lib/NDWeb/Controller/Users.pm
Use localhost for mail
[ndwebbie.git] / lib / NDWeb / Controller / Users.pm
index 40e9aaa51f2b2c162d03fa38b0aa9f0de3ea1623..4ae8d54450f033fe1dbdd5a6d62d666d93e1339c 100644 (file)
@@ -169,7 +169,7 @@ sub postmail : Local {
        }
 
        my %mail = (
-               smtp => 'ruin.nu',
+               smtp => 'localhost',
                BCC      => (join ',',@emails),
                From    => 'NewDawn Command <nd@ruin.nu>',
                'Content-type' => 'text/plain; charset="UTF-8"',