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 a906482 commit 2dd3ed4Copy full SHA for 2dd3ed4
mailer.rst
@@ -148,7 +148,7 @@ both strings or address objects::
148
149
// defining the email address and name as an object
150
// (email clients will display the name)
151
- ->from(new Address('fabien@example.com'))
+ ->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>')
0 commit comments