I am working on a project in which i need to send emails after 3 days of adding projects .is it possible using php?
daniel36 -7 Light Poster
Recommended Answers
Jump to PostYou can make a script that does that in PHP, and use a scheduler to run it on a daily basis.
Jump to PostPlace the info you want to send in the Database. and date you want to send it on.
In Linux you have a cron, which you can schedual to run every minute. Write a code that checks if there is something in the Db so send, if so send …
All 5 Replies
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
daniel36 -7 Light Poster
huongviet 0 Newbie Poster
roninio 0 Newbie Poster
s0bigg 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.