Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
5194 5180 d 13 h anupam.singh /trunk/PyProj/src/shop2020/helpers/impl/ Trac #1290
Reviewer : Mandeep Dhir

Added capability in EmailSender of sending mails to multiple users.
 
4971 5214 d 13 h mandeep.dhir /trunk/PyProj/src/shop2020/helpers/impl/ Trac#1070 Not sending emails in case  
4909 5222 d 14 h amar.kumar /trunk/ Ticket Id : #1048
Reviewed by : Anupam Singh
 
4796 5231 d 19 h mandeep.dhir /trunk/PyProj/src/shop2020/helpers/impl/ Adding logs for any uncaught exception that is thrown  
4795 5231 d 19 h mandeep.dhir /trunk/PyProj/src/shop2020/helpers/impl/ Adding logs for any uncaught exception that is thrown  
3987 5376 d 16 h mandeep.dhir /trunk/PyProj/src/shop2020/helpers/impl/ Trac#632 Send mails through Sendgrid instead of Gmail  
3977 5377 d 12 h varun.gupta /trunk/PyProj/src/shop2020/helpers/impl/ Now catching all kind of exceptions resulting from network and retrying in next iteration after sleep  
3425 5413 d 14 h varun.gupta /trunk/PyProj/src/shop2020/helpers/impl/ Code to authenticate with Gmail sever is a separate method now. On every disconnection detection, reconnection and authentication will be attempted.  
3400 5417 d 15 h varun.gupta /trunk/PyProj/src/shop2020/helpers/impl/ Moved SMTP server instantiation and authentication out of loop. These will happen only once at the time of script start.  
3086 5441 d 11 h rajveer /trunk/ Added email notification sender. We will send email to the users who want to receive the notifications for the out of stock products.  
1566 5565 d 16 h varun.gupta /trunk/PyProj/src/shop2020/helpers/impl/ MIME type modified for HTML emails  
1560 5565 d 16 h varun.gupta /trunk/PyProj/src/shop2020/helpers/impl/ Added MIME type fix for HTML emails  
1425 5574 d 19 h varun.gupta /trunk/PyProj/src/shop2020/helpers/impl/ Script to retrieve enqueued emails and despatch them recurrently.