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