Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

unknown method extract_email

Quote Reply
unknown method extract_email
Hi.

on a new server, apache-1.29/mod_perl1.29/Exim4/suEXEC getting the following error when trying to send mail :

GT::Mail::Send (24907): Unknown method 'extract_email' called at GMail::Compose::_send line 617

However, when the GMail is accessed from ~user url and a mail is sent, the same error is not there and the mail is sent.

How could this be resolved?

Thanks

Anup
Quote Reply
Re: [anup123] unknown method extract_email In reply to
That looks like it's a modperl setup problem.

Adrian
Quote Reply
Re: [brewt] unknown method extract_email In reply to
Hi

httpd startup gives no error.
however, i am running GMail 2.2.0 and LSQL under mod_perl.Could it be that the order of loading the same in startup.pl file has to follow a certain order.?

I shifted the site to ip based hosting, accessed the same from IP and everything worked fine. It's only when the site is accesesed on name that the error is observed.

The return path in header when accessed from ~user / ip is always

user@servername
where user is the subdomain username under which the GM is installed.

Any suggestions.

Thanks
Anup
Quote Reply
Re: [brewt] unknown method extract_email In reply to
Fixed.
Just reversed the order of GM and LSQL in startup.pl
Works fine now...

Perl Version: v5.8.1
Gossamer Mail Version: 2.2.0
DBI.pm Version: 1.42
MIME::Base64 Version: 3.01
Digest::MD5 Version: 2.33
Persistant Env: mod_perl (1) SpeedyCGI (0)
Mod Perl Version: 1.29


Thanks
Anup