home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / auth_container_pop3a_options.php < prev    next >
Encoding:
PHP Script  |  2004-03-24  |  139 b   |  8 lines

  1. <?php
  2.  
  3. $options = 'mail.netsmart.com.cy:110';
  4.  
  5. $extra_options['username'] = 'test_user';
  6. $extra_options['passwd'] = 'test_user';
  7.  
  8. ?>