1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Analyse incoming emails

Discussion in 'PHP' started by guruguy, Oct 30, 2008.

  1. #1
    I am seeking to create an application that mines data from received emails. Is there a way so that everytime an email is received to a specific email address it executes a php script processing the body? If not, is there a solution to access the emails body that just runs on a cron job?

    Thanks in advance
     
    guruguy, Oct 30, 2008 IP
  2. penalty

    penalty Member

    Messages:
    36
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #2
    hi,
    i think you need to set up a cronjob which executes a php script. this script can check a pop3 server every 5 minutes and parses the received mails.

    to execute a script if a mail receives needs deeper changes in the mailserver configuration i think...
     
    penalty, Oct 31, 2008 IP