Book Image

Mastering Google App Engine

Book Image

Mastering Google App Engine

Overview of this book

Table of Contents (18 chapters)
Mastering Google App Engine
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 8. Reaching out, Sending E-mails

All the things that we have done so far were internal. Even when we contacted the outside world in the previous chapter, we just fetched pages into our app and compressed and saved them. But often there's information that needs to go out as well, not just on the interface but also through other mediums. This chapter is all about sending e-mails.

In this chapter, we'll learn the following:

  • The history of e-mail and SMTP

  • Sending e-mails

  • Receiving e-mails

  • Handling bounce notifications

Before we start exploring the aforementioned topics, let's have a glimpse at how e-mail works and what it is all about.