how to send mail automatically

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
kushaljutta
Forum Commoner
Posts: 50
Joined: Fri Dec 26, 2008 11:05 am

how to send mail automatically

Post by kushaljutta »

Hi all

i need some information about events in mysql...

what i need is "i want to send mail automatically when the time condition satisfies"

ex :

if(time=="2009-11-11")
send mail

how to achieve this issue

please help me

thanks in advance
pbs
Forum Contributor
Posts: 230
Joined: Fri Nov 07, 2008 5:31 am
Location: Nashik, India
Contact:

Re: how to send mail automatically

Post by pbs »

You can use cron job for it.
kushaljutta
Forum Commoner
Posts: 50
Joined: Fri Dec 26, 2008 11:05 am

Re: how to send mail automatically

Post by kushaljutta »

i dont know how to use cron job


can u tell me the procedure
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: how to send mail automatically

Post by jackpf »

:google:
Post Reply