D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
lampp
/
lib
/
php
/
test
/
Auth
/
tests
/
Filename :
auth_container_pop3_options.php
back
Copy
<?php $options = array( 'host'=>'mail.example.com', 'port'=>'110' ); $extra_options['username'] = 'test_user'; $extra_options['passwd'] = 'test_user'; ?>