I think you answered your own question :-)
NET::POP3 to deal with the incoming mail and Net:SMTP to process the
outgoing mail. Can also look at Mime::Lite

> -----Original Message-----
> From: Jerry Preston [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 02, 2002 8:35 AM
> To: Beginners Perl
> Subject: e-mail
> 
> 
> Hi!
> 
> I need to be able to read incoming e-mail break down it's 
> contents, input
> this data into an oracle table, do some numbers based on this 
> data.  Then
> generate a new e-mail and send it back.
> 
> The only part that is new to me here is the e-mail.  What is 
> the best and or
> easiest way to deal with e-mail and to get started?  I have 
> seen comments
> based on CPAN, Net::SMTP, MIME, Net::POP3 etc.
> 
> What do I need to read?
> 
> Thanks,
> 
> Jerry
> 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to