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 b2fc382 commit 672c4d5Copy full SHA for 672c4d5
mailer.rst
@@ -149,7 +149,7 @@ both strings or address objects::
149
150
// defining the email address and name as a string
151
// (the format must match: 'Name <email@example.com>')
152
- ->from(Address::fromString('Fabien Potencier <fabien@example.com>'))
+ ->from(Address::create('Fabien Potencier <fabien@example.com>'))
153
154
// ...
155
;
0 commit comments