blossom-project / blossom

Blossom is a Java framework based on Spring-Boot which enables you to realize your projects quickly and smoothly. It comes with several modules and tools made to ease and speed up your development process.
http://blossom-project.com
Apache License 2.0
21 stars 21 forks source link

MailSenderImpl breaks when sending multiple emails with String[] #194

Closed RLejolivet closed 6 years ago

RLejolivet commented 6 years ago

convertToInternetAddress forgets to increment its iterator, leading to converting arrays with multiple elements to an array with a single InternetAddress and nothing but null values, then fails to send the email due to a NullPointerException.

RLejolivet commented 6 years ago

Fixed by #196