]> ruin.nu Git - ndwebbie.git/blobdiff - lib/NDWeb/Controller/Settings.pm
Use localhost for mail
[ndwebbie.git] / lib / NDWeb / Controller / Settings.pm
index a9aaf96faf6b7d0a22c3939fab5c299cb7a89f71..717b9095bb88991db31ef996d2cc79b86587421b 100644 (file)
@@ -148,7 +148,7 @@ INSERT INTO email_change (uid,email) VALUES ($1,$2) RETURNING id;
                my ($id) = $insert->fetchrow_array;
 
                my %mail = (
-                       smtp => 'ruin.nu',
+                       smtp => 'localhost',
                        To      => $email,
                        From    => 'NewDawn Command <nd@ruin.nu>',
                        'Content-type' => 'text/plain; charset="UTF-8"',