Process incoming emails

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sweb
Forum Newbie
Posts: 18
Joined: Tue Oct 30, 2007 6:32 am
Location: Iran (Semnan)

Process incoming emails

Post by sweb »

i want to process incoming emails into for example foo@bar.org.

and then forget the attachment file and insert text of email into the mysql for example .

what must i do ?
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Process incoming emails

Post by Benjamin »

sweb
Forum Newbie
Posts: 18
Joined: Tue Oct 30, 2007 6:32 am
Location: Iran (Semnan)

Re: Process incoming emails

Post by sweb »

it's a website and haven't any php sources... ?!?

i need the class and functions.
sweb
Forum Newbie
Posts: 18
Joined: Tue Oct 30, 2007 6:32 am
Location: Iran (Semnan)

Re: Process incoming emails

Post by sweb »

hello !!! is every one here ?

i need the way that work with module and php apache installation that process incoming mail and for example save mail message in mysql or send auto replay as the options of mail and more ...

i neen class, functions and linux mails api method to process incoming mails. no one know any way?

thank. :(
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Process incoming emails

Post by Benjamin »

Sounds like you'll need to start writing your own. I provided you with the only example I found after extensive searching.
Post Reply