Re: smtp problem

2003-08-14 Thread awards
Hi, to use net::smtp I can connect via pop?? If so can please tell me. Regards award -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: smtp problem

2003-08-14 Thread Josimar Nunes de Oliveira
>datasend("Your message comes here\n"); $smtp->dataend(); $smtp->quit; Josimar Nunes de Oliveira - Original Message - From: "George Schlossnagle" <[EMAIL PROTECTED]> To: "awards" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent

Re: smtp problem

2003-08-14 Thread awards
Hi, sorry but i don't understand much the term relaying, but i'm currently getting the ouptut of the connection, If that can help i can show it. thanx again Anthony -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: smtp problem

2003-08-11 Thread awards
Hi, I think it authorizes Relay here is the output of my connection with the server **WILL HIDE IP AND SERVERNAME by ** I think i will use sendmail it might be better. Net::SMTP>>> Net::SMTP(2.26) Net::SMTP>>> Net::Cmd(2.24) Net::SMTP>>> Exporter(5.562) Net::SMTP>>> IO::Socket::INET(1.

Re: smtp problem

2003-08-11 Thread George Schlossnagle
Sounds like the server you are connecting to does not allow relaying. Is this a server you should be relaying mail through? George On Saturday, August 9, 2003, at 06:16 PM, awards wrote: Hi, I found a strange problem. like the subject says i'm using Net::SMTP I don't have any error in my cod

Re: smtp problem

2003-08-09 Thread George Schlossnagle
On Saturday, August 9, 2003, at 06:35 PM, awards wrote: Hi, Hi. Here's your connection failure. The error is pretty clear. You need to provide the necessary credentials to the server, either via SMTP auth or POP-before-SMTP. Net::SMTP=GLOB(0x8246190)>>> RCPT TO:<[EMAIL PROTECTED]> Net::SMTP

Re: smtp problem

2003-06-19 Thread anthony
Hi, thank you Anthony -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: smtp problem

2003-06-19 Thread Casey West
It was Thursday, June 19, 2003 when anthony took the soap box, saying: : Hi, : : I'm trying to send html message but i can't : I have a variable called Message that is has an html page in it : .. : now what modification should i make to my code so it sends the data into : html form : Any help