Subversion Repositories SmartDukaan

Rev

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

Rev 10155 Rev 10157
Line 145... Line 145...
145
						+"</tr>");
145
						+"</tr>");
146
			}
146
			}
147
		}
147
		}
148
		String text = tableHeader+reconcilledItems.toString()+tableFooter;
148
		String text = tableHeader+reconcilledItems.toString()+tableFooter;
149
		try {
149
		try {
150
			mailer.sendSSLMessage(sendTo,"Flipkart Inventory Reconcillation ", emailFromAddress, password, text);
150
			mailer.sendSSLMessage(sendTo,"Flipkart Inventory Reconcillation "+sdf.format(System.currentTimeMillis()), emailFromAddress, password, text);
151
		} catch (MessagingException e) {
151
		} catch (MessagingException e) {
152
			e.printStackTrace();
152
			e.printStackTrace();
153
		}
153
		}
154
	}
154
	}
155
	public static Map<String, Long> FetchInventoryAtFlipkart() throws ClientProtocolException, IOException{
155
	public static Map<String, Long> FetchInventoryAtFlipkart() throws ClientProtocolException, IOException{