Email.getHostName() throws NullPointerException
-----------------------------------------------
Key: EMAIL-71
URL: https://issues.apache.org/jira/browse/EMAIL-71
Project: Commons Email
Issue Type: Bug
Affects Versions: 1.1
Reporter: Teemu Lång
Priority: Minor
If setHostName() has not been called, getHostName() tries to return
this.session.getProperty(MAIL_HOST). If mail session has not been created yet,
this will throw a NullPointerException. getHostName() should check that
this.session is not null before trying to access it.
The same applies for getSmtpPort() and getSslSmtpPort().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.