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 d34f541 commit 2b5a917Copy full SHA for 2b5a917
mailer.rst
@@ -151,6 +151,10 @@ 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