Re: MailSender Quotes Problem

2003-08-26 Thread Jenda Krynicky
To: Pablo Fischer <[EMAIL PROTECTED]> > On Mon, 25 Aug 2003 23:51:47 +, Pablo Fischer wrote: > > my $sender = new Mail::Sender ({ > > smtp => "$this->{SERVER_IP}", > > from => "pablin <[EMAIL PROTECTED]>", > > to => "$nombre <$correo>", > >

Re: MailSender Quotes Problem

2003-08-26 Thread Pablo Fischer
I think it was the hour and time.. Cause now im checking what does $this->{SERVER_IP} contains and it contains an ip 192.168.1.43 and I dont have that computer (just from .1 to .4) and thats why I was hanging up :-( Sorry and thanks! Pablo El día Monday 25 August 2003 11:51 a Pablo Fischer mand

Re: MailSender Quotes Problem

2003-08-26 Thread Janek Schleicher
Pablo Fischer wrote at Mon, 25 Aug 2003 23:51:47 +: > I was in a final test of my script and well it fails :-), however I found that > it fails in the form that Im creating the 'mail sender' object. > > If I do this: > smtp => '$this->{SMTP_SERVER}' (single quotes for elements) > > I get

Re: MailSender Quotes Problem

2003-08-26 Thread Oliver Schnarchendorf
On Mon, 25 Aug 2003 23:51:47 +, Pablo Fischer wrote: > my $sender = new Mail::Sender ({ > smtp => "$this->{SERVER_IP}", > from => "pablin <[EMAIL PROTECTED]>", > to => "$nombre <$correo>", > subject => "$this->{MENSAJE_TITULO}",

MailSender Quotes Problem

2003-08-26 Thread Pablo Fischer
Hi! I was in a final test of my script and well it fails :-), however I found that it fails in the form that Im creating the 'mail sender' object. If I do this: smtp => '$this->{SMTP_SERVER}' (single quotes for elements) I get this error when Closing the message: Can't call method "Open" with