[imp] SMTP problem

Eric Rostetter eric.rostetter at physics.utexas.edu
Wed Feb 11 13:30:41 PST 2004


Quoting Rohit Vinayak <Rohit.Vinayak at three.co.uk>:

> $conf['mailer']['params'] = array('host' => '10.248.5.111');
> $conf['mailer']['params'] = array('port' => '10025');

The second line creates a new array, overwriting the previous one.  Try

$conf['mailer']['params'] = array('host' => '10.248.5.111',
                                  'port' => '10025');

--
Eric Rostetter
The Department of Physics
The University of Texas at Austin

Why get even? Get odd!


More information about the imp mailing list