File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -542,6 +542,10 @@ both strings or address objects::
542542 // email address as a simple string
543543544544
545+ // non-ASCII characters are supported both in the local part and the domain;
546+ // if the SMTP server doesn't support this feature, you'll see an exception
547+ ->from('jânë.dœ@ëxãmplę.com')
548+
545549 // email address as an object
546550 ->from(new Address('[email protected] ')) 547551
@@ -556,6 +560,11 @@ both strings or address objects::
556560 // ...
557561 ;
558562
563+ .. versionadded :: 7.2
564+
565+ Support for non-ASCII email addresses (e.g. ``jânë.dœ@ëxãmplę.com ``)
566+ was introduced in Symfony 7.2.
567+
559568.. tip ::
560569
561570 Instead of calling ``->from() `` *every * time you create a new email, you can
You can’t perform that action at this time.
0 commit comments