Page 1 of 1

pop email to cvs parser?

PostPosted: Fri Sep 01, 2006 2:49 am
by kchung
My company sometimes receive leads via email in a standardized format. Does anyone know of a shell script/program that can grab mail from a pop account, parse it into a csv so we can upload it via VICIDIAL_IN_new_leads_file.pl and a crontab job?

PostPosted: Fri Sep 01, 2006 6:51 am
by mflorell
I have never checked email with a perl script but it should be possible to do. This would have to be a custom coding job and would either need to be in the crontab or run manually.

PostPosted: Fri Sep 01, 2006 10:45 am
by kchung
Yeah, thats the idea. I'm just seeing if anyone else seen a premade script similar to his idea so I don't have to reinvent the wheel.

So, does anyone know of such a script?

PostPosted: Thu Jun 04, 2009 10:01 am
by umop3plsdn
I know this is digging up the past but did you ever find a solution for this?