Skip to content

Instantly share code, notes, and snippets.

@kriswallsmith
Created December 2, 2010 16:44
Show Gist options
  • Save kriswallsmith/725636 to your computer and use it in GitHub Desktop.
Save kriswallsmith/725636 to your computer and use it in GitHub Desktop.
<service id="swiftmailer.message" class="Swift_Message" factory-method="newInstance" shared="false">
<file>%swiftmailer.init_file%</file>
<argument>null</argument>
<argument>null</argument>
<argument>null</argument>
<argument>%kernel.charset%</argument>
<call method="setFrom">
<argument>noreply@example.com</argument>
</call>
</service>
<service id="new_message" alias="swiftmailer.message" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment