diff --git a/mailer.rst b/mailer.rst index c2970968824..0879f137700 100644 --- a/mailer.rst +++ b/mailer.rst @@ -150,10 +150,6 @@ both strings or address objects:: // (email clients will display the name) ->from(new NamedAddress('fabien@example.com', 'Fabien')) - // defining the email address and name as a string - // (the format must match: 'Name ') - ->from(Address::fromString('Fabien Potencier ')) - // ... ;