php - Adding / Removing values for an Email based daily stock value reporter - made inPHP -


I am creating a very simple email based website that users can, when they all the stock vendors in the list Enter the following, in which they are intersted. The program goes on daily basis and receives that information and sends it to every user. I have a share that receives information from the stock websites, but I am looking for a "infrastructure" which allows:

(a) a user with the theme @ service @ stockreporter To send email to .com with "subscribe" and body with StockTeeker value,
(B) to send email to service to user @ ... topic "cancel subscription" and similar values the body.

Looking for code in PHP please Any insights?

Create a php script and send it to the e-mail address specified in the "Pipe" email.

An example tutorial is available here -

In this way, the script is triggered on demand, when a customer contacts him to add or remove membership. The script can then parse the contents of the email with the header (which includes the sender's email address, subject, etc.) and may make necessary changes to your system.

Such suggestions, however, will also work with Gallen, but a script that chooses an email account at a regular interval (using cron, or similar), my experience Is not as reliable or a script is not instantaneous as a piping email.


Comments