8000 Update Swiftmailer configuration docs by jverdeyen · Pull Request #7152 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Update Swiftmailer configuration docs #7152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 9 commits into from
Prev Previous commit
Next Next commit
Removed the mention to the deprecated delivery_address option
  • Loading branch information
javiereguiluz authored Nov 28, 2016
commit 771f8b8b1af4dd9b77570a744e651c1aa44f880e
1 change: 0 additions & 1 deletion email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ The following configuration attributes are available:

* ``type`` (how to queue the messages, ``file`` or ``memory`` is supported, see :doc:`/email/spool`)
* ``path`` (where to store the messages)
* ``delivery_address`` (an email address where to send ALL emails)
* ``delivery_addresses`` (an array of email addresses where to send ALL emails)
* ``disable_delivery`` (set to true to disable delivery completely)

Expand Down
0