Subversion Repositories SmartDukaan

Rev

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

Rev 19189 Rev 20172
Line 399... Line 399...
399
    try:
399
    try:
400
        message = message.decode(encoding.get('encoding'))
400
        message = message.decode(encoding.get('encoding'))
401
    except:
401
    except:
402
        pass
402
        pass
403
    #recipients = ['kshitij.sood@saholic.com']
403
    #recipients = ['kshitij.sood@saholic.com']
404
    recipients = ['rajneesh.arora@saholic.com','kshitij.sood@saholic.com','chaitnaya.vats@saholic.com','manoj.kumar@saholic.com']
404
    recipients = ['rajneesh.arora@saholic.com','kshitij.sood@saholic.com','chaitnaya.vats@saholic.com','ritesh.chauhan@saholic.com','khushal.bhatia@saholic.com']
405
    msg = MIMEMultipart()
405
    msg = MIMEMultipart()
406
    msg['Subject'] = "Shopclues Best Sellers" + ' - ' + str(datetime.now())
406
    msg['Subject'] = "Shopclues Best Sellers" + ' - ' + str(datetime.now())
407
    msg['From'] = ""
407
    msg['From'] = ""
408
    msg['To'] = ",".join(recipients)
408
    msg['To'] = ",".join(recipients)
409
    msg.preamble = "Shopclues Best Sellers" + ' - ' + str(datetime.now())
409
    msg.preamble = "Shopclues Best Sellers" + ' - ' + str(datetime.now())