[Catalyst] C::V::Email::Template cannot send data ...

J. Shirley jshirley at gmail.com
Sat Jan 9 17:07:20 GMT 2010


On Sat, Jan 9, 2010 at 8:47 AM, Kiffin Gish <kiffin.gish at planet.nl> 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



More information about the Catalyst mailing list