Subversion Repositories SmartDukaan

Rev

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

Rev 25767 Rev 25768
Line 585... Line 585...
585
			imagePart.setDisposition(MimeBodyPart.INLINE);
585
			imagePart.setDisposition(MimeBodyPart.INLINE);
586
			imagePart.attachFile(entry.getValue());
586
			imagePart.attachFile(entry.getValue());
587
			mp.addBodyPart(imagePart);
587
			mp.addBodyPart(imagePart);
588
 
588
 
589
		}
589
		}
590
		message.setContent(mp, "text/html");
590
		message.setContent(mp);
591
		mailSender.send(message);
591
		mailSender.send(message);
592
 
592
 
593
	}
593
	}
594
 
594
 
595
}
595
}