php automatic mail sending without using cron job concept

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
shivappa
Forum Newbie
Posts: 4
Joined: Sat Jan 02, 2010 5:46 am

php automatic mail sending without using cron job concept

Post by shivappa »

using mail() function in php i want send mail without using cron job concept can any one help me
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Re: php automatic mail sending without using cron job concept

Post by daedalus__ »

you are posting in the wrong forum plus posting the same thread repeatedly. stop.

if you don't want to use cron then use windows task scheduler.
Post Reply