Subversion Repositories SmartDukaan

Rev

Rev 35758 | Rev 36008 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35758 Rev 35995
Line 80... Line 80...
80
                        "Your application is currently under review. Before activating your account, our team is verifying the " +
80
                        "Your application is currently under review. Before activating your account, our team is verifying the " +
81
                        "documents you submitted, your business potential, and your location. Taaki onboarding bilkul smooth " +
81
                        "documents you submitted, your business potential, and your location. Taaki onboarding bilkul smooth " +
82
                        "aur transparent ho.<br><br>" +
82
                        "aur transparent ho.<br><br>" +
83
 
83
 
84
                        "<strong>What Happens Next?</strong><br>" +
84
                        "<strong>What Happens Next?</strong><br>" +
85
                        "1. Our team will complete the verification process (approx. 2–3 days).<br>" +
85
                        "1. Our team will complete the verification process (approx. 2 to 3 days).<br>" +
86
                        "2. Once approved, you will receive your <strong>Login ID, Password,</strong> and onboarding details " +
86
                        "2. Once approved, you will receive your <strong>Login ID, Password,</strong> and onboarding details " +
87
                        "on your registered email address.<br>" +
87
                        "on your registered email address.<br>" +
88
                        "3. Simply log in using these details and start enjoying the <strong>SmartDukaan advantage</strong> immediately.<br><br>" +
88
                        "3. Simply log in using these details and start enjoying the <strong>SmartDukaan advantage</strong> immediately.<br><br>" +
89
 
89
 
90
                        "For any assistance, feel free to contact us:<br>" +
90
                        "For any assistance, feel free to contact us:<br>" +
Line 102... Line 102...
102
        LOGGER.info("RegistrationBody - " + body);
102
        LOGGER.info("RegistrationBody - " + body);
103
        emailService.sendMailWithAttachments(
103
        emailService.sendMailWithAttachments(
104
                mailSender,
104
                mailSender,
105
                emailTo,
105
                emailTo,
106
                cc,
106
                cc,
107
                "Application Received – Verification in Progress",
107
                "Application Received - Verification in Progress",
108
                body
108
                body
109
        );
109
        );
110
    }
110
    }
111
 
111
 
112
    public void sentMailForTrialUserToSales(TrialForm trialForm) throws Exception {
112
    public void sentMailForTrialUserToSales(TrialForm trialForm) throws Exception {