Your Account
Community
Topics (Upcoming)
More |
View story
Symfony Tip: Sending emails with Symfony batch
http://feeds.feedburner.com/~r/symfony/planet/~3/378478341/
Submitted by
narko
15 months, 2 days, 5 hours agoLately I’ve been working on some Symfony batch components to load/export data into and out of a database. If you are looking for a way to send emails from your Symfony batch scripts there are two ways.
1) Use An Action
It is possible to use a pre-defined action within a module for sending emails. You can, for example do this:
sfContext::getInstance...
Tags: symfony
|