Subversion Repositories SmartDukaan

Rev

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

Rev 16644 Rev 16645
Line 1357... Line 1357...
1357
    		return requiredCategories;
1357
    		return requiredCategories;
1358
    	}
1358
    	}
1359
    }
1359
    }
1360
    
1360
    
1361
    private void sendMailToUser() throws SendGridException{
1361
    private void sendMailToUser() throws SendGridException{
-
 
1362
    	log.info("Sending mail to user:- "+customerEmailId);
1362
    	SendGrid sendgrid = new SendGrid("profitmandi", "pma20aug");
1363
    	SendGrid sendgrid = new SendGrid("profitmandi", "pma20aug");
1363
		SendGrid.Email email = new SendGrid.Email();
1364
		SendGrid.Email email = new SendGrid.Email();
1364
		email.setFrom(CRMConstants.PROFIT_MANDI_EMAIL_SENDER);
1365
		email.setFrom(CRMConstants.PROFIT_MANDI_EMAIL_SENDER);
1365
		email.setFromName("ProfitMandi");
1366
		email.setFromName("ProfitMandi");
1366
		email.addTo(customerEmailId);
1367
		email.addTo(customerEmailId);