sub SENDEMAIL { $absender = new Mail::Sender ( { from => 'hackbox@gmx.net', mail => 'mail.gmx.net', authid => 'hackbox@gmx.net', authpwd => 'cr-pup40.zip', debug => $DEBUG, auth => 'LOGIN' } );