Automatic email generation
Moderator: General Moderators
Automatic email generation
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...
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: Automatic email generation
Do you have any code that you created regarding this problem?
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Re: Automatic email generation
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?
- prefer32bits
- Forum Newbie
- Posts: 10
- Joined: Sat Jan 01, 2011 11:55 pm
- Location: San Jose, CA
Re: Automatic email generation
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.