Automatic email generation

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
Baluraj
Forum Newbie
Posts: 3
Joined: Sun Dec 26, 2010 11:52 pm

Automatic email generation

Post 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...
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Automatic email generation

Post by social_experiment »

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
Baluraj
Forum Newbie
Posts: 3
Joined: Sun Dec 26, 2010 11:52 pm

Re: Automatic email generation

Post 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?
User avatar
prefer32bits
Forum Newbie
Posts: 10
Joined: Sat Jan 01, 2011 11:55 pm
Location: San Jose, CA

Re: Automatic email generation

Post 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.
Post Reply