Subversion Repositories SmartDukaan

Rev

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

Rev 36231 Rev 36401
Line 46... Line 46...
46
    private static final String PARTNER_REOPEN = "Dear Partner , Your ticket # %s has been re-opened as per your confirmation & we are committed to resolve it on priority.Regards\nSmartdukaan";
46
    private static final String PARTNER_REOPEN = "Dear Partner , Your ticket # %s has been re-opened as per your confirmation & we are committed to resolve it on priority.Regards\nSmartdukaan";
47
    private static final String INTERNAL_REOPEN_MAIL = "Team, Pls note that the Ticket Id %s has been re-opened by %s , pls respond on priority";
47
    private static final String INTERNAL_REOPEN_MAIL = "Team, Pls note that the Ticket Id %s has been re-opened by %s , pls respond on priority";
48
    private static final String INTERNAL_REOPEN_ACTIVITY_MESSAGE = "Hi,My ticket is not resolved yet,so I have reopened it";
48
    private static final String INTERNAL_REOPEN_ACTIVITY_MESSAGE = "Hi,My ticket is not resolved yet,so I have reopened it";
49
 
49
 
50
    @Autowired
50
    @Autowired
51
    JavaMailSender mailSender;
51
    JavaMailSender gmailRelaySender;
52
 
52
 
53
    @Autowired
53
    @Autowired
54
    MailOutboxService mailOutboxService;
54
    MailOutboxService mailOutboxService;
55
 
55
 
56
    @Autowired
56
    @Autowired