Swift_TransportException

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Wilmar
Forum Newbie
Posts: 1
Joined: Wed Oct 28, 2009 10:35 am

Swift_TransportException

Post by Wilmar »

Hi all,

I've been getting this following exception for the last couple of
hours. I'm working on a web application (which uses, among others, a
Swift-derived class) that someone else built and apparently, sending
mails went well previously. Also, I am very very new to Swift, meaning
I first got to know it when this error poppoed up.

exception 'Swift_TransportException' with message 'Expected response
code 250 but got code "501", with message "501 5.5.4 Invalid Address "
Log data: ++ Starting Swift_SmtpTransport << 220 CPSMTPM-
EML104.kpnxchange.com kpnxchange.com Wed, 28 Oct 2009 16:25:46 +0100
>> EHLO [::1] << 501 5.5.4 Invalid Address !! Expected response code
250 but got code "501", with message "501 5.5.4 Invalid Address " >>
HELO [::1] << 501 5.5.4 Invalid Address !! Expected response code 250
but got code "501", with message "501 5.5.4 Invalid Address "'

I'm totally clueless as to where to go from here! Please help.

Cheers,
= W I L =
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: Swift_TransportException

Post by Weirdan »

Wilmar wrote: >> EHLO [::1]
for some reason Swift is sending local IPv6 address in EHLO (it should send hostname there). I guess you should ask for help here: http://swiftmailer.lighthouseapp.com/pr ... ue-to-ipv6
Post Reply