Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Automatic Email Scheduel [HELP]
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Kaz" data-source="post: 247006" data-attributes="member: 1611"><p>Have a database which is linked to an employee.</p><p>Name, email, schedule (mon - sun)</p><p></p><p>Name is self explanatory</p><p>Email is where the employees schedule will be sent to</p><p>Schedule - What hours the person is working on what day</p><p></p><p>Then have a cron run on X day at X time which will execute send.php (or w/e you want to call it) which will then send the the email to each employee listed in the table along with their schedule for that week.</p><p></p><p>How to code it? Thats your job</p></blockquote><p></p>
[QUOTE="Kaz, post: 247006, member: 1611"] Have a database which is linked to an employee. Name, email, schedule (mon - sun) Name is self explanatory Email is where the employees schedule will be sent to Schedule - What hours the person is working on what day Then have a cron run on X day at X time which will execute send.php (or w/e you want to call it) which will then send the the email to each employee listed in the table along with their schedule for that week. How to code it? Thats your job [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Automatic Email Scheduel [HELP]
Top