CakePHP
Downloads
Releases
Pear channel
Documentation
API
2.1
|
2.0
|
1.3
|
1.2
|
1.1
Book
2.x
|
1.3
|
1.2
|
1.1
Community
Issues
Bakery
Plugins & packages
Contributors
Google Groups
Logo
Q & A
TV (Screencasts)
Services
Certification
Consultation
Support
Training
Bin
New
Saved
queued email compone
By
ifunk
Language
php
Pasted on
on 1/12/08
View Paste
<?php
App
::
import
(
'Component'
,
'Email'
)
;
class
QueuedEmailComponent
extends
EmailComponent
...
This is an (untested) idea that I had to queue email instead of sending immediately.