> I am having problems with the Mailer Swiftlet not sending mails
> correctly. 
> I am getting the following error message back from the mail server on
> my ISP:
> 
> -----------------------------------------------------------------------
> -------------
> Subject: CAN'T DELIVER MESSAGE: 550 <>... User unknown
> From: SMTPSEND <postmaster@local>
> For:
> Subject: CAN'T DELIVER MESSAGE: 550 <>... User unknown
> From: SMTPSEND <postmaster@local>
> For:
> Received: from FASTDUAL ([192.168.0.1]) by localmail with SMTP id 98
> for 
> <>; Wed, 29 Nov 2000 07:51:46 +1100
> X-Mail-Server: Eserv/2.92/Digital Innovations Pty Ltd
> X-Sender: [EMAIL PROTECTED]
> X-Mailer: SwiftMQ/MailerSwiftlet
> Date: Wed, 29 Nov 2000 07:50:30 GMT+11:00
> To: [EMAIL PROTECTED]
> Reply-To: [EMAIL PROTECTED]
> From: [EMAIL PROTECTED]
> Subject: Test Msg
> Mime-Version: 1.0
> Content-Type: text/plain; charset="us-ascii"
> 
> This is a test message from swift
> -----------------------------------------------------------------------
> -------------
> 
> It appears that the For: is missing when the Mailer sends the message.

I don't know about a "For:". It seems that is from the bounce. The other 
headers are correctly set.

> Note that I can send mail using a JavaMail sample or through any email 
> client so it is not a setup issue.

The Mailer Swiftlet uses standard SMTP and has been tested with various 
mail servers without problems. 

> ...talking to an Eserv v2.92 mail server (which provides
> the 
> SMTPSEND mentioned in the error above).

What is a SMTPSEND? For me it seems it's the client on your provider's 
side which does the bounce.

> If Swift was open source I could have a go at fixing it, but I can only
> put 
> out a call for help :-(

Yes, it's a pity...

> Any clues as to the problem - this is a show stopper for me as the
> mailer 
> was the main reason for looking at Swift.

If that is your only reason, I suggest you to use Sun's SmtpClient class 
which is an undocumented part of the JDK. A whole messaging server seems a 
bit overpowered.

-- 
Andreas Mueller, [EMAIL PROTECTED], IIT GmbH, Bremen/Germany, http://www.iit.de
SwiftMQ, JMS Enterprise Messaging System, http://www.swiftmq.com


------------------------------------------------------
SwiftMQ developers mailing list * http://www.swiftmq.com
To unsubscribe from this list, send an eMail to 
[EMAIL PROTECTED] and write in the body of your message:
UNSUBSCRIBE developers <your-email-address>
Archive: http://www.mail-archive.com/developers@mail.iit.de/




Reply via email to