| Active Users: |
85 |
| Accounts: |
0 |
| Guests: |
85 |
|
|
|
|
|
|
|
Understanding the Zend Framework, Part 6: Sending e-mail
In this article, we will be sending two types of e-mail messages. The first is a simple text-based e-mail that simply lists the feeds to which a user has subscribed that have been updated since the user last read them. The second is an e-mail that actually sends the new posts that have arrived since the last time the user read a particular feed.
We will first update the database so every feed has an accurate last-updated value. We'll also update subscribed feeds with a last-pulled value when the reader views them. Finally, we'll create the routine that compares these dates, creates the e-mail messages, and sends them
| Zend Framework Version: |
0.1.3
|
| Author Name: |
Gina Deol
|
| Source: |
IBM developerWorks blogs
|
| Referred By: |
Zend Framework Tutorials
|
|
|
Rating: 1.00/10 (1 vote cast)
|
|
|
|
|
|
|
|
|