Subversion Repositories SmartDukaan

Rev

Rev 36936 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36936 Rev 37139
Line 55... Line 55...
55
                        " 1. Verify Details: Validate KYC documents and basic business information.<br>" +
55
                        " 1. Verify Details: Validate KYC documents and basic business information.<br>" +
56
                        " 2. Assess Potential: Check the location feasibility and estimated sales potential.<br>" +
56
                        " 2. Assess Potential: Check the location feasibility and estimated sales potential.<br>" +
57
                        " 3. Assign Territory: Assign the appropriate Area Sales Manager (ASM) and Business Manager (BM) in the system.<br><br>" +
57
                        " 3. Assign Territory: Assign the appropriate Area Sales Manager (ASM) and Business Manager (BM) in the system.<br><br>" +
58
                        "Regards,<br>SmartDukaan Team";
58
                        "Regards,<br>SmartDukaan Team";
59
 
59
 
60
        String[] emailTo = {"kamini.sharma@smartdukaan.com"};
60
        String[] emailTo = {"kamini.sharma@smartdukaan.com", "rajat.bharadwaj@smartdukaan.com", "akhil.kumar@smartdukaan.com"};
61
        String[] cc = {"vaibhav.tandon@smartdukaan.com", "tarun.verma@smartdukaan.com"};
61
        String[] cc = {"vaibhav.tandon@smartdukaan.com", "tarun.verma@smartdukaan.com"};
62
        LOGGER.info("RegistrationBody - " + body);
62
        LOGGER.info("RegistrationBody - " + body);
63
        emailService.sendMailWithAttachments(gmailRelaySender, emailTo, cc, "New Trial Registration: " + trialForm.getBusinessName(), body);
63
        emailService.sendMailWithAttachments(gmailRelaySender, emailTo, cc, "New Trial Registration: " + trialForm.getBusinessName(), body);
64
 
64
 
65
 
65