We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c25e35 + 96a14d6 commit d34f541Copy full SHA for d34f541
mailer.rst
@@ -151,10 +151,6 @@ both strings or address objects::
151
// (email clients will display the name)
152
->from(new NamedAddress('fabien@example.com', 'Fabien'))
153
154
- // defining the email address and name as a string
155
- // (the format must match: 'Name <email@example.com>')
156
- ->from(Address::fromString('Fabien Potencier <fabien@example.com>'))
157
-
158
// ...
159
;
160
0 commit comments