[ 
https://issues.apache.org/jira/browse/NIFI-4981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16403964#comment-16403964
 ] 

ASF GitHub Bot commented on NIFI-4981:
--------------------------------------

Github user pvillard31 commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2556#discussion_r175285317
  
    --- Diff: 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutEmail.java
 ---
    @@ -194,6 +200,15 @@
                 .allowableValues("true", "false")
                 .defaultValue("false")
                 .build();
    +    public static final PropertyDescriptor CONTENT_AS_MESSAGE = new 
PropertyDescriptor.Builder()
    --- End diff --
    
    Good point. Fixed.


> Allow to use the flowfile content as body in PutEmail
> -----------------------------------------------------
>
>                 Key: NIFI-4981
>                 URL: https://issues.apache.org/jira/browse/NIFI-4981
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Pierre Villard
>            Assignee: Pierre Villard
>            Priority: Major
>
> It'd be useful to allow users to use the content of the flow files as the 
> message body in PutEmail. Right now, it requires to use an ExtractText 
> processor to extract the content as an attribute of the flow file which is 
> inconvenient, limited and not recommended.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to