Automatic Mail transfer

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
jothirajan
Forum Commoner
Posts: 69
Joined: Tue Jan 27, 2009 12:06 am

Automatic Mail transfer

Post by jothirajan »

Hi all.

This is my question.

I want to send automatic mails to my user, before their validity period expires.

For example:

If user A didn't login into the site for more than a month, at the same his/her validity period is going to end by today.

So for this I want to send an intimation mail to that user about his upgradation.

The problem is if the user login into the site I can intimate him or mail to him. But if he is not login?. I have to make some automatic work (Email transaction) can anyone help me. Please .
How can I make this?. Automatic Mailing eventhough the user didn't login into the site.


Kindly advice me. Sorry for the bad English

Thanks in advance
JOE.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: Automatic Mail transfer

Post by Chris Corbyn »

Google for "cron job tutorial"
Post Reply