Current File : //opt/RZphp5/includes/test/Auth/tests/auth_container_pop3_options.php
<?php

$options = array(
    'host'=>'mail.example.com',
    'port'=>'110'
);

$extra_options['username'] = 'test_user';
$extra_options['passwd'] = 'test_user';

?>