making auto-responder with php??

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
lukaswrites
Forum Newbie
Posts: 12
Joined: Tue Dec 22, 2009 6:57 am

making auto-responder with php??

Post by lukaswrites »

hi guys

I have a question here: how can i make an auto-responder in php, it means that when people send an email to my address, the codes can read it and reply it automatically??
User avatar
manohoo
Forum Contributor
Posts: 201
Joined: Wed Dec 23, 2009 12:28 pm

Re: making auto-responder with php??

Post by manohoo »

Why reinvent the wheel? Use an email client application (Thunderbird, Outlook,...) and do it there.
lukaswrites
Forum Newbie
Posts: 12
Joined: Tue Dec 22, 2009 6:57 am

Re: making auto-responder with php??

Post by lukaswrites »

no man, i think you didn't quite get the meaning of my question, i mean using php so that i can attach it to my site...
Post Reply