Permalink
1 comment
on commit
sign in to comment.
Browse files
JENKINS-43268 adding global checkbox to allow sending to unregistered…
… emails. This is a workaround to a SCM plugin issue, like JENKINS-9016 and probably others (#161)
- Loading branch information
Showing
with
27 additions
and 2 deletions.
- +16 −0 src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptor.java
- +4 −1 src/main/java/hudson/plugins/emailext/plugins/recipients/RecipientProviderUtilities.java
- +2 −1 src/main/resources/hudson/plugins/emailext/ExtendedEmailPublisher/global.groovy
- +5 −0 src/main/webapp/help/globalConfig/allowUnregistered.html
@@ -0,0 +1,5 @@ | ||
<div> | ||
Check this to allow emails to be sent to unregistered email addresses. | ||
Security risk, see https://issues.jenkins-ci.org/browse/JENKINS-9016 for | ||
more information | ||
</div> |
This comment has been minimized.
CheoWalker commented onDec 21, 2017
19081b2
I have Jenkins 2.60.2 running and this checkbox checked, but I still get the "Not sending mail to unregistered user" message.