java - In Spring How to send email with attachments to multiple users -


i using spring & java based application. need send reports users periodically .i have done using javamailsender , velocity , jobscheduler.

but need send reports multi recipients @ onetime. 1 know how send email multi recipients without showing other recipients has received same email using spring framework ?

in class mimemessagehelper used javamailsender exist method named setbcc()... method received how parameter objects internetaddress or string arrays.

besides can use in class mimemessage method addrecipient indicating message.recipienttype.bcc

check official docs


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -