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.
1 parent 1cc4df1 commit 48c0100Copy full SHA for 48c0100
mailer.rst
@@ -150,10 +150,6 @@ both strings or address objects::
150
// (email clients will display the name)
151
->from(new NamedAddress('fabien@example.com', 'Fabien'))
152
153
- // defining the email address and name as a string
154
- // (the format must match: 'Name <email@example.com>')
155
- ->from(Address::fromString('Fabien Potencier <fabien@example.com>'))
156
-
157
// ...
158
;
159
0 commit comments