Project

General

Profile

« Previous | Next » 

Revision 9c05c99d

Added by Andreas Kohlbecker over 2 years ago

ref #6161 fixing read-only bug in PasswordResetService and adding support email address to email messages

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/config/SendEmailConfigurer.java
19 19

  
20 20
/**
21 21
 * This class replaces the {@code org.springframework.boot.autoconfigure.mail.MailSenderAutoConfiguration} which can not
22
 * yet used in this project
22
 * yet used in this project.
23
 * <p>
24
 * The configurations keys contained in here explicitly are not placed in {@link CdmConfigurationKeys} since this class here
25
 * does only replace missing functionality which otherwise would be provided by the spring boot <code>MailSenderAutoConfiguration</code>.
23 26
 *
24 27
 * @author a.kohlbecker
25 28
 * @since Sep 14, 2021

Also available in: Unified diff