Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 48c0100

Browse filesBrowse files
committed
[Mailer] Address::fromString() is not available in 4.3
1 parent 1cc4df1 commit 48c0100
Copy full SHA for 48c0100

File tree

Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed

‎mailer.rst

Copy file name to clipboardExpand all lines: mailer.rst
-4Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.