Re: what does error message 'javax.mail.internet.AddressException: Illegal character in local name in string ``[%from_email%]'' mean?
Posted By:
WarnerJan_Veldhuis
Posted On:
Tuesday, April 18, 2006 10:40 AM
Probably because you didn't parse the String, and replaced %from_email% by "blah@blah.blah" before using it in InternetAddress class...