[
http://issues.apache.org/jira/browse/EMAIL-9?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12461853
]
Ben Speakmon commented on EMAIL-9:
----------------------------------
I don't see anything obviously wrong in the code; I modified the test case to
perform these exact steps and it still passed.
Is this still a problem?
> [email] Issue with host settings in a shared Server environment
> ---------------------------------------------------------------
>
> Key: EMAIL-9
> URL: http://issues.apache.org/jira/browse/EMAIL-9
> Project: Commons Email
> Issue Type: Bug
> Environment: Operating System: other
> Platform: All
> Reporter: Paul J DeCoursey
>
> So the quick and dirty is I'm setting up an HTMLEmail and the server is in a
> shared environment, there is another site on the server using commons-email,
> and
> I have no control over that site. I set the hostname and the authentication
> but
> after that it's taking the settings from the System.properies. Below is a snip
> from my code.
> org.apache.commons.mail.HtmlEmail email = new
> org.apache.commons.mail.HtmlEmail();
> email.setHostName(server);
> email.setAuthentication(username, password);
> After that point I can get the session:
> Session sess = email.getMailSession();
> sess.getProperty("mail.smtp.host");
> and the result of the getProperty("mail.smtp.host") does not equal the
> setting
> from the above server variable. It is now set to the value from
> System.propeties, again, not my setting.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]