Subversion Repositories SmartDukaan

Rev

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

Rev 6185 Rev 8020
Line 191... Line 191...
191
        
191
        
192
    html = Template(html).substitute(dict(orderId=orderId,amount=amount,customer_name=customer_name))
192
    html = Template(html).substitute(dict(orderId=orderId,amount=amount,customer_name=customer_name))
193
    
193
    
194
    try:
194
    try:
195
        helper_client = HelperClient().get_client()
195
        helper_client = HelperClient().get_client()
196
        helper_client.saveUserEmailForSending([email], "", "Your Free Mobile/DTH Recharge", html, str(orderId), "RechargeVoucher", [], [])
196
        helper_client.saveUserEmailForSending([email], "", "Your Free Mobile/DTH Recharge", html, str(orderId), "RechargeVoucher", [], [], 1)
197
    except Exception as e:
197
    except Exception as e:
198
        print e
198
        print e
199
 
199
 
200
    
200
    
201
def main():
201
def main():