Adding / Removing values for an Email based daily stock value reporter - made inPHP
Posted
by Dave
on Stack Overflow
See other posts from Stack Overflow
or by Dave
Published on 2010-05-16T06:23:02Z
Indexed on
2010/05/16
6:30 UTC
Read the original article
Hit count: 414
Hi,
i'm buidling a very simple email based website that users can, when registering list out all the stocktickers they're intersted in following. The program then on a daily basis goes and fetches that information and sends it out to every user. i have the portion which fetchs the information from the stock websites, but i'm looking for an "infrastructure" that allows:
(a) a user to send an email to [email protected] with the subject "Subscribe" and with the body containing stockticker values,
(b) user to send email to service@... with subject "unsubscribe" and body containing similar values.
Looking for code in php please. Any insights?
© Stack Overflow or respective owner