[
https://issues.apache.org/jira/browse/NIFI-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357730#comment-14357730
]
ASF GitHub Bot commented on NIFI-414:
-------------------------------------
GitHub user jamespowenjr opened a pull request:
https://github.com/apache/incubator-nifi/pull/34
NIFI-414 Add SMTP Username and Password Support to PutEmail Processor
Fairly simple change to allow username and password as part of the SMTP
settings. Both are not required. In addition, password is sensitive.
I've tested this against an SMTP server that requires authentication (AWS
SES, Simple Email Service) and it works as expected.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jamespowenjr/incubator-nifi NIFI-414
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-nifi/pull/34.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #34
----
commit 5450a5a2f00626b40b199c2ad551ac0c8cc610e5
Author: James Owen <[email protected]>
Date: 2015-03-11T22:29:08Z
Added username/password to PutEmail Processor
----
> Add SMTP Username and Password Support to PutEmail Processor
> ------------------------------------------------------------
>
> Key: NIFI-414
> URL: https://issues.apache.org/jira/browse/NIFI-414
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: James Owen
> Priority: Minor
>
> It would be beneficial to be able to supply a username and password to the
> PutEmail processor in order to be able to send emails to SMTP servers that
> require authentication (such as AWS Simple Email Service, SES). Both should
> have required = false, while the password should also have sensitive = true.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)