Sends emails to multiple recipients, specified in a CSV file. Allows specifying a subject and message body. Supports attaching a file to the email. Configured for use with the Mail.ru SMTP server.
import ru.netology.javaclo_2_spring_boot_rest.exception.UnauthorizedUser; import ru.netology.javaclo_2_spring_boot_rest.model.Authorities; import ru.netology.javaclo ...