Automatic Daily Personalized E-mails



I have a PHP website and am trying to figure out a way to send
automatic daily personalized e-mails. I have been able to set up a php
page on the site that automatically checks through the database and
sends out the personalized e-mails, but the problem with this method
is that in order to send the messages, I have to access the PHP page.
I would rather the messages be sent out automatically, on a daily
basis.

My site is hosted on a Yahoo! server which I imagine may cause some
problems, though I am not sure. Anyone have experience with automatic
e-mail sending, initiated on the server perhaps by a third-party
program or custom code?

Thanks.
.



Relevant Pages

  • Re: Automatic Daily Personalized E-mails
    ... php page on the site that automatically checks through the database ... and sends out the personalized e-mails, ... My site is hosted on a Yahoo! ... initiated on the server perhaps by a third-party ...
    (comp.lang.php)
  • Re: Automatic Daily Personalized E-mails
    ... sends out the personalized e-mails, but the problem with this method ... is that in order to send the messages, I have to access the PHP page. ... And then read up on Cron: ... You basically need to create a script that can be run from the command ...
    (comp.lang.php)
  • Re: PHP Instalation problems. Browser doesnt know what to do
    ... This is loaded and run as a local server (for class ... PHP 5.2.0 from php-5.2.0-win32-installer.msi ... # configuration directives that give the server its instructions. ...
    (comp.lang.php)
  • Re: PHP Instalation problems. Browser doesnt know what to do
    ... This is loaded and run as a local server (for class ... PHP 5.2.0 from php-5.2.0-win32-installer.msi ... # configuration directives that give the server its instructions. ...
    (comp.lang.php)
  • Re: write with cURL
    ... execute permissions. ... This is assuming that the PHP script runs ... of potential security risks from other users on the same server. ... Apache as the global web server user and thus needs world write ...
    (alt.php)