Package best.skn.mail.configurations
Class MailSenderConfiguration
java.lang.Object
best.skn.mail.configurations.MailSenderConfiguration
Mail sender configuration class for auto-configuring mail sender service
- Since:
- 2024-03-15
- Version:
- 2.4.0
- Author:
- SKN Shukhan
- Use Case:
- Spring Boot Reactive
- Dedicated To:
- Logno, Atoshi and My Parents
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) MailSenderServiceConfiguration bean for mail sender service
-
Constructor Details
-
MailSenderConfiguration
public MailSenderConfiguration()
-
-
Method Details
-
mailSenderService
@Bean MailSenderService mailSenderService() throws org.springframework.beans.factory.BeanCreationException, org.springframework.beans.BeanInstantiationException, NullPointerExceptionConfiguration bean for mail sender service- Returns:
- MailSenderService object for auto-configuration
- Throws:
org.springframework.beans.factory.BeanCreationException- an exception is thrown if an error occurs while creating beanorg.springframework.beans.BeanInstantiationException- an exception is thrown if an error occurs while instantiating beanNullPointerException- an exception is thrown if null pointer is found- Since:
- v2.2.0
-