[imp] Re: cannot send messages using smtp
    Eric Rostetter 
    eric.rostetter at physics.utexas.edu
       
    Tue Mar 25 09:26:40 PST 2003
    
    
  
Quoting Guy <guy at de-schepper.be>:
> 	$conf['mailer']['params'] = array('username' => 'blah');
> 	$conf['mailer']['params'] = array('password' => 'blah');
Should be 
> 	$conf['mailer']['params'] = array('username' => 'blah',
> 	                                  'password' => 'blah');
> I saw that only the password is available !
> host, port, auth and username are empty.
Yeah, sorry I didn't notice your syntax error...  Was late at night...
-- 
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
    
    
More information about the imp
mailing list