Re: Email from windows

2008-02-07 Thread jeevs
Thanks everyone.. I figured the smtp server for my domain which I was using incorrectly.. Thanks for it -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Email from windows

2008-02-06 Thread jeevs
I want to send an email from my windows machine how can I do that with the following code which throws an error can't call method mail from an undefined value. I guess it is the host name that I am providing is wrong ... Where can I get the SMTP server. ##

Re: Email from windows

2008-02-06 Thread Rob Dixon
jeevs wrote: I want to send an email from my windows machine how can I do that with the following code which throws an error can't call method mail from an undefined value. I guess it is the host name that I am providing is wrong ... Where can I get the SMTP server. ##

Re: Email from windows

2008-02-06 Thread John W. Krahn
Rob Dixon wrote: jeevs wrote: I want to send an email from my windows machine how can I do that with the following code which throws an error can't call method mail from an undefined value. I guess it is the host name that I am providing is wrong ... Where can I get the SMTP server.