php mail without using cron job automatic mail sending
Moderator: General Moderators
php mail without using cron job automatic mail sending
Hi all i want send mail in php using mail() auto matically without using cron jobs concept

Last edited by shivappa on Sun Jan 03, 2010 10:23 pm, edited 1 time in total.
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: without using cron job automatic mail sending
Send them manually with Gmail 
Re: without using cron job automatic mail sending
Did you try using mail()?
Re: without using cron job automatic mail sending
what i want using php mail() function without submiting any form or the mail should trigger automaticallyomniuni wrote:Did you try using mail()?
Re: php mail without using cron job automatic mail sending
when should it trigger, and what will the mail be?
Re: php mail without using cron job automatic mail sending
it should trigger automatically based conditions like if the date 1-04-2010 it send mail todays dateomniuni wrote:when should it trigger, and what will the mail be?
Re: php mail without using cron job automatic mail sending
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?)