Subversion Repositories SmartDukaan

Rev

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

Rev 6812 Rev 7291
Line 58... Line 58...
58
		     catch(IOException ioe)
58
		     catch(IOException ioe)
59
		     {
59
		     {
60
		      System.out.println("IOException : " + ioe);
60
		      System.out.println("IOException : " + ioe);
61
		     }
61
		     }
62
 
62
 
63
			try {
63
//			try {
64
				gm.sendSSLMessage(recepients, subject, "PFA", from, password, EXPORT_PATH + fileName);
64
//				gm.sendSSLMessage(recepients, subject, "PFA", from, password, EXPORT_PATH + fileName);
65
			} catch (Exception e) {
65
//			} catch (Exception e) {
66
				e.printStackTrace();
66
//				e.printStackTrace();
67
			}
67
//			}
68
		}
68
		}
69
	}
69
	}
70
}
70
}