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

    https://github.com/apache/fineract/pull/366#discussion_r122624331
  
    --- Diff: 
fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/service/GmailBackedPlatformEmailService.java
 ---
    @@ -80,4 +81,34 @@ public void sendToUserAccount(final EmailDetail 
emailDetail, final String unenco
                 throw new PlatformEmailSendException(e);
             }
         }
    +
    +    @Override
    +    public void sendDefinedEmail(EmailData emailDetails) {
    --- End diff --
    
    Modify the existing method sendToUserAccount to make use of this method 
instead of having duplicate implementation. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to