Gossamer Forum
Home : General : Perl Programming :

Parsing Email

Quote Reply
Parsing Email
Scenario: people send me an email with SUBSCRIBE in the subject line. I want to parse that email placing the To: address in one variable and the From: address into another. How does one go about processing actual email?

Quote Reply
Re: Parsing Email In reply to
Do you want to send out a confirmation letter to subscribers?? I don't quite understand your goal, sorry.

Regards,

Eliot Lee
Quote Reply
Re: Parsing Email In reply to
Sorry. My fault for being vague. Yes, when someone emails me, I want to send an automatic confirmation letter and also add the various heading fields (to, from, subject, date, etc.) to a database.