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 =
Swift_TransportException
Moderator: General Moderators
Re: Swift_TransportException
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-ipv6Wilmar wrote: >> EHLO [::1]