Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with Email Ext plugin - full name was returned instead of email #33

Merged
merged 1 commit into from
Jul 11, 2016

Conversation

kevin-d-lee
Copy link

The Email Ext plugin tries to send email to the commits and the repo plugin
returns the committers full name instead of the email address. This
causes the Email Ext to send emails for "John Doe [email protected]" to
"[email protected]" and "[email protected]" instead of [email protected].
Fixes JENKINS-14539.

…of email

The Email Ext plugin tries to send email to the commits and the repo plugin
returns the committers full name instead of the email address.  This
causes the Email Ext to send emails for "John Doe <[email protected]>" to
"[email protected]" and "[email protected]" instead of [email protected].
Fixes JENKINS-14539.
@rsandell rsandell merged commit 8ddb224 into jenkinsci:master Jul 11, 2016
@SunnyYun
Copy link

Hello, your change has caused users' full name cannot show right. Have you ever review the code and method of email sending?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants