You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by nazeer1100126 <gi...@git.apache.org> on 2016/11/17 09:49:30 UTC

[GitHub] incubator-fineract pull request #231: Better E-mail for new user

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

    https://github.com/apache/incubator-fineract/pull/231#discussion_r88418573
  
    --- Diff: fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/service/GmailBackedPlatformEmailService.java ---
    @@ -57,18 +57,20 @@ public void sendToUserAccount(final EmailDetail emailDetail, final String unenco
             	}
             	email.setFrom(authuser, authuserName);
     
    -            final StringBuilder subjectBuilder = new StringBuilder().append("Fineract Prototype Demo: ").append(emailDetail.getContactName())
    -                    .append(" user account creation.");
    +            final StringBuilder subjectBuilder = new StringBuilder().append("Welcome ").append(emailDetail.getContactName())
    --- End diff --
    
    The subject line should be "New User Information" or 'Welcome to [Organization] Name'


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---