Most of the email autoresponder provides various types of services, but a customazie autoresponder needed for my cpa business, i am try to make a autoresponder with server scripting language (PHP) , but i dont know how its possiable or not?

Recommended Answers

All 2 Replies

Can you provide us some example of code you already made?
You should create a "job" that will run let say every 5 mintues.
Go over all emails from your accout.
Find specific emails and respond on them with specific message.
In order to help you more post some code you have until now.

commented: I wrote my response and post it while you posted yours. If I have read yours I wouldn't need to respond +9

Why wouldn't it be possible? The first way that comes in my mind is to create a cron job that it will run lets say each minute that logs into the email gets the new emails (a db would also help to know witch emails have been processed and what auto responders have been sent) , filter them in a way you want and send the respond emails.

commented: Hey no problem :) +3
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.