### Config file for Mail::Sender ### generated by Config.PL (Wed Aug 24 23:49:45 2005) %default = ( smtp => '127.0.0.1', ); # The contents of this variable will be inserted into the headers of every # mail message sent by Mail::Sender. # # $Mail::Sender::SITE_HEADERS = "X-Sender: ".getlogin()."\@mysite.com"; # This function will be evaluated for every mail message before contacting the server. # You may change all the options of the message and even cancel the message. # # sub SiteHook { # } 1;