Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 715c0ed

Browse files
committed
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 b2a70d1 commit 715c0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/service_container.rst

Lines 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)