[BACK]Return to smtp.pm CVS log [TXT][DIR] Up to [local] / wpscripts / wpfreespace

Diff for /wpscripts/wpfreespace/smtp.pm between version 1.1 and 1.2

version 1.1, 2011/06/03 09:28:47 version 1.2, 2011/12/21 09:36:14
Line 2 
Line 2 
   
 use Net::SMTP;  use Net::SMTP;
   
 our $SERVER     = "192.168.21.221";  our $SERVER     = "127.0.0.1";
 our $HELLO      = "192.168.21.221";  our $HELLO      = "localhost";
 our $SENDER     = 'www@vpn-master.mirrekl';  our $SENDER     = 'df@fullprint.ru';
 our $FROM       = "limitadmin";  our $FROM       = "/bin/df";
   
   
 sub email($$$)  sub email($$$)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb