Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to download and process bounced email messages. Here is what I have so far. I have a pop component that downloads all emails to a folder. Then I setup a new process to trigger when pop completes. This new process iterates the files with .mail extension. And this is where I run into issues. I need the Status code from the email file and the email address that the message was being sent to. The mail input file component seems to be very limited when it comes to what data it can extract from mail files. My thought was to use a custom parser to process each mail file and extract the values I need. This is where I'm lost and need some direction. Am I not using the mail file input component right? How do you import and process a folder of custom files? I tried using regex, but i don't understand how to process a group of files in a folder.
rizenine wrote:
I would like to extract a two column row, with email and error code.