Bob's Free Stuff Forum - Gavin Newsom - Communications Technology Articles - Debt Consolidation - Sport Betting Bonuses

PDA

View Full Version : Auto email response script?


Seqqa
Sep 20th 2008, 1:10 am
I have a landing page with a simple email submit in it, I wanted to know if there was a PHP script that will sent a pre-set email right back to them?

Thanks!

serialCoder
Sep 20th 2008, 2:04 am
i think there are a lot of these kind of scripts out there, but in my opinion creating a custom one is much easier

manjothi
Sep 20th 2008, 5:25 am
You mean you wanted to auto response to all mails sent to your email address or want to send mail to subscriber after he enter his email? If you want to do with first situation then you can login in cPanel and set auto responder. If you want to do for second then you have to get code written which will send email to him

olddocks
Sep 20th 2008, 6:40 am
use php mail function (http://in2.php.net/mail) to sent automated email

Seqqa
Sep 21st 2008, 1:01 am
I think I've found one, thanks anyway for your help guys!