HTTP Posting in Perl

2005-11-25 Thread Mazhar
Dear Folks,
  I have a requirement where in i have to post a message to a Mail
Server with all the subject, To address everything. But the message sent
should be posted on port 80. Please suggest me something so that i can work
it out

Regards
Mazhar


Re: HTTP Posting in Perl

2005-11-25 Thread Chris Devers
On Fri, 25 Nov 2005, Mazhar wrote:

   I have a requirement where in i have to post a message to a 
 Mail Server with all the subject, To address everything. But the 
 message sent should be posted on port 80. Please suggest me something 
 so that i can work it out

Okay.

http://search.cpan.org/



-- 
Chris Devers

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response




Re: HTTP Posting in Perl

2005-11-25 Thread Eric Pretorious
On Fri, 2005-11-25 at 17:56 +0530, Mazhar wrote:
 Dear Folks,
   I have a requirement where in i have to post a message to a Mail
 Server with all the subject, To address everything. But the message sent
 should be posted on port 80. Please suggest me something so that i can work
 it out

Mazhar:

Mail::Sendmail supports delivery to non-standard ports.

  http://search.cpan.org/~mivkovic/Mail-Sendmail-0.79/Sendmail.pm

Eric P.
Sunnyvale, CA


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response