Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielpotthast/965742a43e8aea4e2005a9703d90301f to your computer and use it in GitHub Desktop.
Save danielpotthast/965742a43e8aea4e2005a9703d90301f to your computer and use it in GitHub Desktop.
parameters:
mailer.transport: sendmail
services:
mailer: sendmail
class: Mailer
arguments: ['%mailer.transport%']
newsletter_manager:
class: NewsletterManager
calls:
- [setMailer‚ ['@mailer']]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment