Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca64b03

Browse filesBrowse files
magnetikweaverryan
authored andcommitted
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.
1 parent 5d14deb commit ca64b03
Copy full SHA for ca64b03

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎book/service_container.rst

Copy file name to clipboardExpand all lines: book/service_container.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ you need it::
8282
use Acme\HelloBundle\Mailer;
8383

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

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.