1. Write a Perl or Python script. 2 Points
The script will:
- Take email addresses from the command line,
- validate them ensuring they have the correct format,
- send an email message to the email addresses after 10, 20, and 30 minutes.
Due 10/31
2. Write a PHP or Javascript page that calls a Perl or Python script. 4 Points
The web page should:
- Have three count down timers starting at 10, 20, and 30 minutes.
- The timers start with the press of a button.
- When the timer(s) go off the JavaScript/PHP should call a Perl or Python script that sends an email. The email addresses should be editable in the Javascript/PHP.
Due 11/3 before class.
Turn in your scripts by emailing me with your scripts and pages.