Net::SMTP Problem - Bad Protocol

2004-02-06 Thread Nigel Peck - MIS Web Design
I have a problem with Net::SMTP running a Win32 server (groan). It works fine from the command line but when I try it through cgi I get: Net::SMTP: Bad protocol 'tcp' at... All help greatly appreciated :) Cheers, Nigel Managing Director MIS Web Design http://www.miswebdesign.com/ Administrato

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

smtp problem

2003-08-10 Thread awards
Hi, I found a strange problem. like the subject says i'm using Net::SMTP I don't have any error in my code. But when I'm using a server i.e mail.xxx.com Only domain @xxx.com will receive an e-mail. if I send an email at @aaa.com with the mail.xxx.com then it will not get the mail but if i change

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

smtp problem

2003-06-19 Thread anthony
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 is appreciated CODE IS BELOW ## Create a new SMTP object # If you can't connect, don

working the SMTP problem

2002-08-11 Thread drieux
On Sunday, August 11, 2002, at 02:50 , Bogdan Mihaila wrote: > Hello, > > Thank you for your response. > > I have an web mail system. It uses sendmail. But my > host don't let me to send more than 100 mails daily. > So I want to send emails without using their sendmail > program or a SMTP server