Details
-
Bug
-
Resolution: Fixed
-
Major
-
6.1
-
None
-
Unit
-
Unknown
-
N/A
-
N/A
-
Description
$message.setFrom("john@doe.com")
doesn't work.
That's because we have a converter of String -> Address[] but not a converter for String -> Address...