Re: Send email using SMTP

2009-01-06 Thread Fúlvio
Hi Jody, I use your code bellow but the the following error message happens: "Can't call method "domain" on an undefined value at " Thanks, Fúlvio On 5 jan, 21:16, jody_rrhq_fa...@yahoo.com (Jody Fanto) wrote: > The problem is that you are using an invalid smtp server address.  You > proba

Re: Send email using SMTP

2009-01-06 Thread Sean Davis
On Tue, Jan 6, 2009 at 7:17 AM, Fúlvio wrote: > Hi Jody, > > I use your code bellow but the the following error message happens: > > "Can't call method "domain" on an undefined value at " Works for me. Are you behind a firewall by any chance? Sean > > > On 5 jan, 21:16, jody_rrhq_fa...@

Re: Send email using SMTP

2009-01-06 Thread Fúlvio Figueirôa
Hi Sean, I think there is a firewall, but I don't have access to it because I am on work. I solved my problem using the sendmail with the code below in my script: open (MAIL, "|/usr/sbin/sendmail -t "); print MAIL "From: someaddr...@somedomain\n"; print MAIL "To: someaddre...@somedomain\n"; print