Skip to content

Commit d34f541

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: [Mailer] Address::fromString() is not available in 4.3
2 parents 0c25e35 + 96a14d6 commit d34f541

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mailer.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,6 @@ both strings or address objects::
151151
// (email clients will display the name)
152152
->from(new NamedAddress('fabien@example.com', 'Fabien'))
153153

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-
158154
// ...
159155
;
160156

0 commit comments

Comments
 (0)