Page 1 of 1

Automatic email generation

Posted: Mon Dec 27, 2010 1:11 am
by Baluraj
I 'am currently doing a project on asset management in erp.I want to generate automatic e-mail to the admin regarding the expiry date of assets.for eg:Remind 10 days before the expiry date of particular asset.Plssssss help me to implement this...

Re: Automatic email generation

Posted: Mon Dec 27, 2010 1:30 am
by social_experiment
Do you have any code that you created regarding this problem?

Re: Automatic email generation

Posted: Sun Jan 02, 2011 12:36 am
by Baluraj
No,i have just started the project.i am a little bit confused in that concept(Automatic email generation).can u pls explain the logic?

Re: Automatic email generation

Posted: Sun Jan 02, 2011 12:49 am
by prefer32bits
The only thing I can think of is setting up a cron job to check all dates of the assets, then send the email with the mail() function.