Unrecognized Commands

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
CRichardson
Forum Newbie
Posts: 12
Joined: Sat Jun 02, 2007 7:22 pm

Unrecognized Commands

Post by CRichardson »

My connection to the MAIL server keeps being dropped because part of the mail is not being sent properly.

The log tells me:
2007-08-23 18:02:32 SMTP call from XXX [XXX] dropped: too many unrecognized commands

(last was "r/>Y sobre la gala (que os recuerdo ser=C3=A1 el d=C3=ADa 16 de septiembr=")
Any ideas why?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

I have an idea what this might be. Various bug reports (including this one) are all coming together like a jigsaw puzzle which is making another bug (truncated messages) seem more logical.

Gimme until tomorrow to release an update ;)
CRichardson
Forum Newbie
Posts: 12
Joined: Sat Jun 02, 2007 7:22 pm

Post by CRichardson »

Also I need to upgrade from version 3.2.5.

Anything changed between the versions?
CRichardson
Forum Newbie
Posts: 12
Joined: Sat Jun 02, 2007 7:22 pm

Post by CRichardson »

Thanks for your quick reply :)
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

CRichardson wrote:Also I need to upgrade from version 3.2.5.

Anything changed between the versions?
One or two things, but nothing like when I moved from v2 to v3. Swift_Connection_Exception class is now Swift_ConnectionException (no underscore). The Logging/debug stuff has been changed very heavily but that shouldn't really affect a production system much:

http://www.swiftmailer.org/wikidocs/v3/misc/logging

:)

Working on an update now (I should be doing work for my employer so sshhh.... ;))
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Get 3.3.1 and let me know if you see any changes :)
Post Reply