Author: benj
Date: Tue May 31 15:49:35 2016
New Revision: 1703

URL: http://svn.gna.org/viewcvs/gdtc?rev=1703&view=rev
Log:
Use local MTA


Modified:
    trunk/gdtc/scripts/utils.pl

Modified: trunk/gdtc/scripts/utils.pl
URL: 
http://svn.gna.org/viewcvs/gdtc/trunk/gdtc/scripts/utils.pl?rev=1703&r1=1702&r2=1703&view=diff
==============================================================================
--- trunk/gdtc/scripts/utils.pl (original)
+++ trunk/gdtc/scripts/utils.pl Tue May 31 15:49:35 2016
@@ -375,7 +375,7 @@
     my $from = shift;
     my $content = shift;
 
-    my $smtp = Net::SMTP -> new ( '192.168.1.11' );
+    my $smtp = Net::SMTP -> new ( 'localhost' );
 
     if ( $::in_production )
     {


_______________________________________________
Gdtc-commits mailing list
[email protected]
https://mail.gna.org/listinfo/gdtc-commits

Reply via email to