Subversion Repositories SmartDukaan

Rev

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

Rev 15480 Rev 17441
Line 443... Line 443...
443
 
443
 
444
 
444
 
445
    email.append('amit.gupta@shop2020.in')
445
    email.append('amit.gupta@shop2020.in')
446
    MAILTO = email 
446
    MAILTO = email 
447
    mailServer.login(SENDER, PASSWORD)
447
    mailServer.login(SENDER, PASSWORD)
448
    mailServer.sendmail(PASSWORD, MAILTO, msg.as_string())        
448
    mailServer.sendmail(SENDER, MAILTO, msg.as_string())        
449
 
449
 
450
def main():
450
def main():
451
    generateCrmAcquisitionReport()
451
    generateCrmAcquisitionReport()
452
 
452
 
453
if __name__ == '__main__':
453
if __name__ == '__main__':