November 2007
Intermediate to advanced
912 pages
18h 44m
English
ActionMailerIt’s a cool way to send emails without tons of code
Integration with e-mail is a crucial part of most modern web application projects. Whether it’s support for retrieving lost passwords or letting users control their accounts via e-mail, you’ll be happy to hear that Rails offers great support for both sending and receiving e-mail, thanks to its ActionMailer framework.
In this chapter, we’ll cover what’s needed to set up your deployment to be able to send and receive mail with the ActionMailer framework and by writing mailer models, the entities in Rails that encapsulate code having to do with e-mail handling.
By default, Rails will try to send e-mail via SMTP (port ...
Read now
Unlock full access