On Thu, Aug 14, 2008 at 11:37 AM, Mike Blezien <[EMAIL PROTECTED]>wrote:
> Hello, > > we've been trying to setup MIME::Lite to send email via SMTP but keep > getting > the following error: > ------------------------------------- > SMTP auth() command failed: Incorrect authentication data > ------------------------------------- Could it be that the smtp port needs changing for the original server? For example: MIME::Lite->send('smtp', $out_smtp , Port =>$smtp_port , Timeout=>60 , Debug => $debug , Hello => 'domain.com', User => 'trs80', Password => 'blah' );