PHPackages                             inits/gae-cakephp-email - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. inits/gae-cakephp-email

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

inits/gae-cakephp-email
=======================

A Mail Transport Class written for CakePHP + Google App Engine Setups.

27PHP

Since Jul 1Pushed 10y ago2 watchersCompare

[ Source](https://github.com/dftaiwo/gae-cakephp-email)[ Packagist](https://packagist.org/packages/inits/gae-cakephp-email)[ RSS](/packages/inits-gae-cakephp-email/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

gae-cakephp-email
=================

[](#gae-cakephp-email)

A Mail Transport Class written for \[CakePHP\] () + \[Google App Engine\] () Setups.

One of the challenges when deploying CakePHP on Google App Engine for PHP is the fact that you cannot send out mails using the normal \[CakeEmail\] () class.

So I wrote this class to wrap around the Google App Engine \[Message\] () class so it seamlessly works.

Installation + Configuration
----------------------------

[](#installation--configuration)

1. \[Download the latest code\] () or clone this repo
2. Copy the Network folder from the zip to /app/Lib/
3. Lastly, update /app/Config/email.php to have at least the following

```
