Subversion Repositories SmartDukaan

Rev

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

Rev 8176 Rev 10687
Line 151... Line 151...
151
    mail_html("cnc.center@shop2020.in", "5h0p2o2o", ["rajveer.singh@shop2020.in", "chaitnaya.vats@shop2020.in", "chandan.kumar@shop2020.in", "khushal.bhatia@shop2020.in", "rajneesh.arora@shop2020.in", "manoj.kumar@shop2020.in"], "Inventory Stock Report for " + timestring, body, [get_attachment_part(filename) for filename in filenames])
151
    mail_html("cnc.center@shop2020.in", "5h0p2o2o", ["rajveer.singh@shop2020.in", "chaitnaya.vats@shop2020.in", "chandan.kumar@shop2020.in", "khushal.bhatia@shop2020.in", "rajneesh.arora@shop2020.in", "manoj.kumar@shop2020.in"], "Inventory Stock Report for " + timestring, body, [get_attachment_part(filename) for filename in filenames])
152
    
152
    
153
def removeNonAscii(s): return "".join(i for i in s if ord(i)<128)
153
def removeNonAscii(s): return "".join(i for i in s if ord(i)<128)
154
 
154
 
155
if __name__ == '__main__':
155
if __name__ == '__main__':
156
    main()
-
 
157
156
    main()
-
 
157