Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/core-libraries/email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ transport). To start off your file should look like::
}

You must implement the method ``send(Email $email)`` with your custom logic.
Optionally, you can implement the ``config($config)`` method. ``config()`` is
Optionally, you can implement the ``setConfig($config)`` method. ``setConfig()`` is
called before send() and allows you to accept user configurations. By default,
this method puts the configuration in protected attribute ``$_config``.

Expand Down