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 7788c43 commit 9b6eb23Copy full SHA for 9b6eb23
mailer.rst
@@ -149,7 +149,7 @@ both strings or address objects::
149
150
// defining the email address and name as an object
151
// (email clients will display the name)
152
- ->from(new NamedAddress('fabien@example.com', 'Fabien'))
+ ->from(new Address('fabien@example.com', 'Fabien'))
153
154
// defining the email address and name as a string
155
// (the format must match: 'Name <email@example.com>')
0 commit comments