[ 
https://issues.apache.org/jira/browse/EMAIL-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555264#action_12555264
 ] 

Henri Yandell commented on EMAIL-71:
------------------------------------

Confirmed - question being, return null or throw an IllegalStateException?

> 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 to getSmtpPort() and getSslSmtpPort().

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to