On Sat, Jan 9, 2010 at 8:47 AM, Kiffin Gish <[email protected]> wrote: > SMTP isn't even making it out the front door, e.g. no requests are being > generated nor showing up via wireshark. > > Any other ideas, friend? > > On Sat, 2010-01-09 at 16:05 +0000, Tomas Doran wrote: >> On 9 Jan 2010, at 15:53, Kiffin Gish wrote: >> >> > Can't send data >> >> That error is caused when you make an SMTP connection, but your mail >> server rejects the message for some reason. >> >> Use wireshark & tcpdump to work out what's actually going down the >> wire between your app and the mail server? >> >> Cheers >> t0m >> >> >>
Try setting the mailer_args C::V::Email configuration, as you set it explicitly to Host => 'localhost' and you aren't doing that with C::V::Email. That's the only thing that I can see that is different with your test script. -J _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
