Skip to content

Commit

Permalink
Changes foobar.net in example.com
Browse files Browse the repository at this point in the history
As recommanded by the RFC 2606, example.com(/net/org) should be used
as they are reserved for this usage.
  • Loading branch information
magnetik committed Aug 11, 2014
1 parent b2a70d1 commit 715c0ed
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 715c0ed

Please sign in to comment.