Skip to content

Commit

Permalink
minor #4115 [Documentation] [Minor] Changes foobar.net in example.com…
Browse files Browse the repository at this point in the history
… (magnetik)

This PR was submitted for the 2.5 branch but it was merged into the 2.3 branch instead (closes #4115).

Discussion
----------

[Documentation] [Minor] Changes foobar.net in example.com

As recommanded by the RFC 2606, example.com(/net/org) should be used
as they are reserved for this usage.

Commits
-------

715c0ed Changes foobar.net in example.com
  • Loading branch information
weaverryan committed Aug 15, 2014
2 parents 5d14deb + ca64b03 commit 7bb4f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/service_container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ you need it::
use Acme\HelloBundle\Mailer;

$mailer = new Mailer('sendmail');
$mailer->send('ryan@foobar.net', ...);
$mailer->send('ryan@example.com', ...);

This is easy enough. The imaginary ``Mailer`` class allows you to configure
the method used to deliver the email messages (e.g. ``sendmail``, ``smtp``, etc).
Expand Down

0 comments on commit 7bb4f34

Please sign in to comment.