Page 1 of 1
php mail without using cron job automatic mail sending
Posted: Sat Jan 02, 2010 5:51 am
by shivappa
Hi all i want send mail in php using mail() auto matically without using cron jobs concept

Re: without using cron job automatic mail sending
Posted: Sat Jan 02, 2010 12:33 pm
by alex.barylski
Send them manually with Gmail

Re: without using cron job automatic mail sending
Posted: Sat Jan 02, 2010 9:55 pm
by omniuni
Did you try using mail()?
Re: without using cron job automatic mail sending
Posted: Sun Jan 03, 2010 10:24 pm
by shivappa
omniuni wrote:Did you try using mail()?
what i want using php mail() function without submiting any form or the mail should trigger automatically
Re: php mail without using cron job automatic mail sending
Posted: Sun Jan 03, 2010 10:35 pm
by omniuni
when should it trigger, and what will the mail be?
Re: php mail without using cron job automatic mail sending
Posted: Mon Jan 04, 2010 3:26 am
by shivappa
omniuni wrote:when should it trigger, and what will the mail be?
it should trigger automatically based conditions like if the date 1-04-2010 it send mail todays date
Re: php mail without using cron job automatic mail sending
Posted: Mon Jan 04, 2010 5:31 am
by Apollo
And what, exactly, should be running to check if the date is 1-4-2010, if you don't want cron jobs? (and why not anyway?)