Subversion Repositories SmartDukaan

Rev

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

Rev 6707 Rev 6781
Line 18... Line 18...
18
warehouses = {}
18
warehouses = {}
19
warehouses[0] = 'KalkaJI'
19
warehouses[0] = 'KalkaJI'
20
warehouses[5] = 'KalkaJI'
20
warehouses[5] = 'KalkaJI'
21
warehouses[3] = 'Gurgaon'
21
warehouses[3] = 'Gurgaon'
22
warehouses[4] = 'Ghaziabad'
22
warehouses[4] = 'Ghaziabad'
-
 
23
warehouses[9] = 'KalkaJI'
23
warehouses[7] = 'Mahipalpur'
24
warehouses[7] = 'Mahipalpur'
24
    
25
    
25
to_addresses = {} 
26
to_addresses = {} 
26
to_addresses[1] = ["ajays@bluedart.com","samns@bluedart.com","shambhum@bluedart.com","mukesh.exchnet@bluedart.com",
27
to_addresses[1] = ["ajays@bluedart.com","ASingh2@bluedart.com","PraveenKumar@bluedart.com","ADhiran.EXCHNET@bluedart.com",
27
                "sanjeevy.exchnet@bluedart.com","Satishkkumar.EXCHNET@bluedart.com","SarbjitS@bluedart.com",
28
                "DarpanS@bluedart.com","BijuS@bluedart.com","VijayK@bluedart.com","SonikaP@bluedart.com",
28
                "ShahnawazM.EXCHNET@bluedart.com","smanoj@bluedart.com","kNarendra.EXCHNET@bluedart.com",
-
 
29
                "BittooN.EXCHNET@bluedart.com","AmitT.EXCHNET@bluedart.com","sandeep.sachdeva@shop2020.in","manoj.kumar@shop2020.in"]
29
                "sandeep.sachdeva@shop2020.in","manoj.kumar@shop2020.in"]
30
to_addresses[3] = ["dispatch@delhivery.com", "bhavesh.manglani@delhivery.com", "milind.sharma@delhivery.com", 
30
to_addresses[3] = ["dispatch@delhivery.com", "bhavesh.manglani@delhivery.com", "milind.sharma@delhivery.com", 
31
                   "divya.jyoti@delhivery.com","sandeep.sachdeva@shop2020.in","manoj.kumar@shop2020.in"] 
31
                   "divya.jyoti@delhivery.com","sandeep.sachdeva@shop2020.in","manoj.kumar@shop2020.in"] 
32
from_user = "cnc.center@shop2020.in"
32
from_user = "cnc.center@shop2020.in"
33
from_pwd = "5h0p2o2o"
33
from_pwd = "5h0p2o2o"
34
 
34