SlideShare a Scribd company logo
1 of 5
Download to read offline
EmailPlugin
                for CakePHP
                  Takahiro Fujiwara




2010   10   3
About EmailPlugin
                • Plugin for your app using email.
                • It contains
                  • ExEmailComponent
                    • It’s useful more than EmailComponent.
                  • EmailShell
                    • You can use ExEmailComponent
                      in your shell.


2010   10   3
Demo And Code



2010   10   3
I wanna add this
                • ErrorEmailShell
                 • You can get some error mails received by
                    your server and take some actions in
                    your app for this.
                • EmptyEmailShell
                 • You can add the empty mail registration
                    system for your app.


2010   10   3
http://github.com/tfmagician




2010   10   3

More Related Content

Similar to Email plugin for_cakephp

Emails missing from apple mail
Emails missing from apple mailEmails missing from apple mail
Emails missing from apple mailAdwinJohn
 
Symfony 4: A new way to develop applications #phpsrb
 Symfony 4: A new way to develop applications #phpsrb Symfony 4: A new way to develop applications #phpsrb
Symfony 4: A new way to develop applications #phpsrbAntonio Peric-Mazar
 
Exchange Server Error
Exchange  Server ErrorExchange  Server Error
Exchange Server Errorjacjanssens
 
Evolution as Email service
Evolution as Email serviceEvolution as Email service
Evolution as Email servicevsragavan
 
Equion presentation updated atlassian unite 12 march2012
Equion presentation updated   atlassian unite 12 march2012Equion presentation updated   atlassian unite 12 march2012
Equion presentation updated atlassian unite 12 march2012Atlassian
 
Symfony 4: A new way to develop applications #ipc19
Symfony 4: A new way to develop applications #ipc19Symfony 4: A new way to develop applications #ipc19
Symfony 4: A new way to develop applications #ipc19Antonio Peric-Mazar
 
Why & How to Import/ Migrate EML Files to Office 365
Why & How to Import/ Migrate EML Files to Office 365Why & How to Import/ Migrate EML Files to Office 365
Why & How to Import/ Migrate EML Files to Office 365VennTor
 
Pandora FMS: End to End Exchange Plugin
Pandora FMS: End to End Exchange PluginPandora FMS: End to End Exchange Plugin
Pandora FMS: End to End Exchange PluginPandora FMS
 
Mail tracker mini
Mail tracker miniMail tracker mini
Mail tracker minipendyam
 
retrieving the mail
retrieving the mailretrieving the mail
retrieving the mailtumetr1
 
appengine ja night #25 Google App Engine for PHP (English)
appengine ja night #25 Google App Engine for PHP (English)appengine ja night #25 Google App Engine for PHP (English)
appengine ja night #25 Google App Engine for PHP (English)Ryo Yamasaki
 
presentation on email.pptx
presentation on email.pptxpresentation on email.pptx
presentation on email.pptxYouTubeCONTRA
 
What's New in Notes, Sametime and Verse On-Premises
What's New in Notes, Sametime and Verse On-PremisesWhat's New in Notes, Sametime and Verse On-Premises
What's New in Notes, Sametime and Verse On-PremisesGabriella Davis
 
How to use mailbox validator symfony bundle to validate email
How to use mailbox validator symfony bundle to validate emailHow to use mailbox validator symfony bundle to validate email
How to use mailbox validator symfony bundle to validate emailBenHamminton
 

Similar to Email plugin for_cakephp (17)

Emails missing from apple mail
Emails missing from apple mailEmails missing from apple mail
Emails missing from apple mail
 
Symfony 4: A new way to develop applications #phpsrb
 Symfony 4: A new way to develop applications #phpsrb Symfony 4: A new way to develop applications #phpsrb
Symfony 4: A new way to develop applications #phpsrb
 
Exchange Server Error
Exchange  Server ErrorExchange  Server Error
Exchange Server Error
 
Evolution as Email service
Evolution as Email serviceEvolution as Email service
Evolution as Email service
 
Email Automation.pptx
Email Automation.pptxEmail Automation.pptx
Email Automation.pptx
 
Equion presentation updated atlassian unite 12 march2012
Equion presentation updated   atlassian unite 12 march2012Equion presentation updated   atlassian unite 12 march2012
Equion presentation updated atlassian unite 12 march2012
 
Symfony 4: A new way to develop applications #ipc19
Symfony 4: A new way to develop applications #ipc19Symfony 4: A new way to develop applications #ipc19
Symfony 4: A new way to develop applications #ipc19
 
Mail
MailMail
Mail
 
Why & How to Import/ Migrate EML Files to Office 365
Why & How to Import/ Migrate EML Files to Office 365Why & How to Import/ Migrate EML Files to Office 365
Why & How to Import/ Migrate EML Files to Office 365
 
Pandora FMS: End to End Exchange Plugin
Pandora FMS: End to End Exchange PluginPandora FMS: End to End Exchange Plugin
Pandora FMS: End to End Exchange Plugin
 
Mail tracker mini
Mail tracker miniMail tracker mini
Mail tracker mini
 
retrieving the mail
retrieving the mailretrieving the mail
retrieving the mail
 
appengine ja night #25 Google App Engine for PHP (English)
appengine ja night #25 Google App Engine for PHP (English)appengine ja night #25 Google App Engine for PHP (English)
appengine ja night #25 Google App Engine for PHP (English)
 
presentation on email.pptx
presentation on email.pptxpresentation on email.pptx
presentation on email.pptx
 
VARRICH.docx
VARRICH.docxVARRICH.docx
VARRICH.docx
 
What's New in Notes, Sametime and Verse On-Premises
What's New in Notes, Sametime and Verse On-PremisesWhat's New in Notes, Sametime and Verse On-Premises
What's New in Notes, Sametime and Verse On-Premises
 
How to use mailbox validator symfony bundle to validate email
How to use mailbox validator symfony bundle to validate emailHow to use mailbox validator symfony bundle to validate email
How to use mailbox validator symfony bundle to validate email
 

Email plugin for_cakephp

  • 1. EmailPlugin for CakePHP Takahiro Fujiwara 2010 10 3
  • 2. About EmailPlugin • Plugin for your app using email. • It contains • ExEmailComponent • It’s useful more than EmailComponent. • EmailShell • You can use ExEmailComponent in your shell. 2010 10 3
  • 4. I wanna add this • ErrorEmailShell • You can get some error mails received by your server and take some actions in your app for this. • EmptyEmailShell • You can add the empty mail registration system for your app. 2010 10 3