Subversion Repositories SmartDukaan

Rev

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

Rev 28227 Rev 28230
Line 2582... Line 2582...
2582
 
2582
 
2583
					}
2583
					}
2584
					sbbuilder.append("</tbody></table><br><br>");
2584
					sbbuilder.append("</tbody></table><br><br>");
2585
 
2585
 
2586
					this.sendMailOfHtmlFormat("tejbeerkaur27@gmail.com", sbbuilder.toString(), null, subject);
2586
					this.sendMailOfHtmlFormat("tejbeerkaur27@gmail.com", sbbuilder.toString(), null, subject);
-
 
2587
					break;
2587
				}
2588
				}
2588
				break;
2589
 
2589
			}
2590
			}
2590
		}
2591
		}
2591
	}
2592
	}
2592
 
2593
 
2593
	private void sendMailHtmlFormat(String email[], String body, String cc[], String subject)
2594
	private void sendMailHtmlFormat(String email[], String body, String cc[], String subject)