RE: script to send email message

2003-03-25 Thread Dan Muey
> Hi > > Thanks for the help. i really appreciate it. > > I am the admin of the server!!! i simply installed Red Hat 8, Even the school's?, that's probably were it's dying if you don't have any mail Daemons. > and then set > up Apache manually, so i am not too sure on few things. a Apache h

RE: script to send email message

2003-03-25 Thread Dan Muey
>From: "Dan Muey" <[EMAIL PROTECTED]> > >To: "mel awaisi" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> > >Subject: RE: script to send email message > >Date: Tue, 25 Mar 2003 14:35:51 -0600 > > > > > > > Hi, > > &g

RE: script to send email message

2003-03-25 Thread mel awaisi
World! Net::SMTP=GLOB(0x81cdf28)>>> . Net::SMTP=GLOB(0x81cdf28)<<< 250 Data received OK. Net::SMTP=GLOB(0x81cdf28)>>> QUIT Net::SMTP=GLOB(0x81cdf28)<<< 221 mh-gen-a1.dundee.ac.uk Service closing channel. [EMAIL PROTECTED] cgi-bin]# [EMAIL PROTECTED] cgi-bin]# Regard

Re: script to send email message

2003-03-25 Thread Rob Dixon
Dan Muey wrote: > > > > # Set this variable to your smtp server name > > my $ServerName = "smtp.134.36.16.12"; > > Uh, IP address or name can't mix em. I'd make this > 134.36.16.12 > Or > smtp.whateverthedomainisforthatip.com > > I'll bet tha'd clear it right up > That'll be Dundee University at

RE: script to send email message

2003-03-25 Thread Dan Muey
> Hi, > > I have been researching on this. i got a script when i try to > run get an > error connecting to server. This script i am just trying to > get to work, but > the main reason for this is to be able to insert it into > another Perl script > where i would like email to be sent automa