email - Issue with javax.mail.internet.AddressException:Domain contains illegal character in string -


i have been going through lot of questions regarding javax.mail.internet.addressexception , have noticed, email id format responsible exception thrown.
have encountered problem , have not been able root of it.
question is, exact reason exception thrown? also, thrown if mail address of form something.another@somename.com?

here log:
methodname: exception while processing mail body javax.mail.internet.addressexception: domain contains illegal character in string ``'help@xyz.com'''

it looks address contains quote characters. should not.

where address coming from? coded java string constant in application? being read database? read user input field?


Comments

Popular posts from this blog

postgresql - Lazarus + Postgres: incomplete startup packet -

c# - How to get the current UAC mode -