Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-Send CPAN distribution.

Report information
The Basics
Id: 17645
Status: resolved
Priority: 0/
Queue: Email-Send

People
Owner: rjbs [...] cpan.org
Requestors: GHENRY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Can't locate object method "_objectify_message" via package "Sendmail"
Hi Casey, I am using Email::AutoReply, but keep getting an error with Email::Send: Can't locate object method "_objectify_message" via package "Sendmail" (perhaps you forgot to load "Sendmail"?) at /usr/lib/perl5/site_perl/5.8.6/Email/Send.pm line 133, <STDIN> line 1 Same on 5.8.8 too. Any ideas? Gavin.
Subject: Re: [rt.cpan.org #17645] Can't locate object method "_objectify_message" via package "Sendmail"
Date: Tue, 14 Feb 2006 10:26:15 -0500
To: bug-Email-Send [...] rt.cpan.org
From: Casey West <casey [...] geeknest.com>
On Feb 14, 2006, at 10:13 AM, Gavin Henry via RT wrote: Show quoted text
> > Tue Feb 14 10:13:49 2006: Request 17645 was acted upon. > Transaction: Ticket created by GHENRY > Queue: Email-Send > Subject: Can't locate object method "_objectify_message" via > package > "Sendmail" > Owner: Nobody > Requestors: GHENRY@cpan.org > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=17645 > > > > Hi Casey, > > I am using Email::AutoReply, but keep getting an error with > Email::Send: > > Can't locate object method "_objectify_message" via package "Sendmail" > (perhaps you forgot to load "Sendmail"?) at > /usr/lib/perl5/site_perl/5.8.6/Email/Send.pm line 133, <STDIN> line 1 > > Same on 5.8.8 too. > > Any ideas?
Yes. I've got a patch for this in the queue. The short term solution is to use the exported send() function, instead of trying to call Email::Send::send(). Soon I'll get a fixed copy that won't require that change in the code. Thanks for the report! -- Casey West
On Tue Feb 14 10:30:20 2006, casey@geeknest.com wrote: Show quoted text
> > On Feb 14, 2006, at 10:13 AM, Gavin Henry via RT wrote: >
> > > > Tue Feb 14 10:13:49 2006: Request 17645 was acted upon. > > Transaction: Ticket created by GHENRY > > Queue: Email-Send > > Subject: Can't locate object method "_objectify_message" via > > package > > "Sendmail" > > Owner: Nobody > > Requestors: GHENRY@cpan.org > > Status: new > > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=17645 > > > > > > > Hi Casey, > > > > I am using Email::AutoReply, but keep getting an error with > > Email::Send: > > > > Can't locate object method "_objectify_message" via package "Sendmail" > > (perhaps you forgot to load "Sendmail"?) at > > /usr/lib/perl5/site_perl/5.8.6/Email/Send.pm line 133, <STDIN> line 1 > > > > Same on 5.8.8 too. > > > > Any ideas?
> > Yes. I've got a patch for this in the queue. The short term solution > is to use the exported send() function, instead of trying to call > Email::Send::send(). > > Soon I'll get a fixed copy that won't require that change in the > code. Thanks for the report! >
OK, thanks. Will modify a local copy ;-) Gavin.
On Tue Feb 14 10:30:20 2006, casey@geeknest.com wrote: Show quoted text
> > On Feb 14, 2006, at 10:13 AM, Gavin Henry via RT wrote: >
> > > > Tue Feb 14 10:13:49 2006: Request 17645 was acted upon. > > Transaction: Ticket created by GHENRY > > Queue: Email-Send > > Subject: Can't locate object method "_objectify_message" via > > package > > "Sendmail" > > Owner: Nobody > > Requestors: GHENRY@cpan.org > > Status: new > > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=17645 > > > > > > > Hi Casey, > > > > I am using Email::AutoReply, but keep getting an error with > > Email::Send: > > > > Can't locate object method "_objectify_message" via package "Sendmail" > > (perhaps you forgot to load "Sendmail"?) at > > /usr/lib/perl5/site_perl/5.8.6/Email/Send.pm line 133, <STDIN> line 1 > > > > Same on 5.8.8 too. > > > > Any ideas?
> > Yes. I've got a patch for this in the queue. The short term solution > is to use the exported send() function, instead of trying to call > Email::Send::send(). > > Soon I'll get a fixed copy that won't require that change in the > code. Thanks for the report! >
Any chance of attaching that patch. Haven't had chance to fix this locally? Thanks.