8000 minor #12511 [Mailer][Mime] Address::fromString() is not available in… · symfony/symfony-docs@96a14d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 96a14d6

Browse files
committed
minor #12511 [Mailer][Mime] Address::fromString() is not available in 4.3 (ogizanagi)
This PR was merged into the 4.3 branch. Discussion ------- 8000 --- [Mailer][Mime] Address::fromString() is not available in 4.3 It was added in #12128 (4.4) So beware this change should not be merged up. Only merged to 4.3. Commits ------- 48c0100 [Mailer] Address::fromString() is not available in 4.3
2 parents 0795221 + 48c0100 commit 96a14d6

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
@@ -150,10 +150,6 @@ both strings or address objects::
150150
// (email clients will display the name)
151151
->from(new NamedAddress('fabien@example.com', 'Fabien'))
152152

153-
// defining the email address and name as a string
154-
// (the format must match: 'Name <email@example.com>')
155-
->from(Address::fromString('Fabien Potencier <fabien@example.com>'))
156-
157153
// ...
158154
;
159155

0 commit comments

Comments
 (0)
0