I maintain a site for an athletic club, and on it I have a form that people
can submit that requests a free guest pass. The form contents are sent to
an address at the club, and then the club contacts the person to make an
appointment. The club would like to start logging the requests and then get
weekly updates sent to them via e-mail of all the guest pass requests
submitted. Logging the requests and creating the e-mail with all the
requests is easy enough. What I would like to know is if it possible to
have the e-mail created and sent automatically on a weekly basis without any
interaction from the user. I've looked through the PHP and MySQL manuals
and didn't see any type of reference to this.
Thanks.
Steve
can submit that requests a free guest pass. The form contents are sent to
an address at the club, and then the club contacts the person to make an
appointment. The club would like to start logging the requests and then get
weekly updates sent to them via e-mail of all the guest pass requests
submitted. Logging the requests and creating the e-mail with all the
requests is easy enough. What I would like to know is if it possible to
have the e-mail created and sent automatically on a weekly basis without any
interaction from the user. I've looked through the PHP and MySQL manuals
and didn't see any type of reference to this.
Thanks.
Steve
Comment