[ 
https://issues.jenkins-ci.org/browse/JENKINS-8526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

evernat resolved JENKINS-8526.
------------------------------

    Resolution: Duplicate

It seems to be a duplicate of JENKINS-9160 which is fixed in email-ext v2.15, 
so resolving as duplicate. Please reopen if not.
                
> Email address constructed incorrectly even though configured correctly
> ----------------------------------------------------------------------
>
>                 Key: JENKINS-8526
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-8526
>             Project: Jenkins
>          Issue Type: Bug
>          Components: email-ext
>         Environment: Linux
> Hudson 1.392
> email-ext 1.29
>            Reporter: ffouvry
>            Priority: Minor
>
> Given: 
> - a user configured with a name containing spaces (i.e. in People > <User> > 
> Your Name) and a valid email address
> - hudson.model.User.get("First name Last 
> name").getProperty(hudson.tasks.Mailer.UserProperty).getAddress() is assigned 
> to an env variable
> - this variable is used by email-ext to send a configured mail
> Then, sending fails because a constructed address is used, containing the 
> name (with spaces).
> When I replace the space with a ".", then it can send the mail, because the 
> address is valid.
> I expect that the configured email address is used instead of a constructed 
> one.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to