Class MailSenderConfiguration

java.lang.Object
best.skn.mail.configurations.MailSenderConfiguration

@Configuration public class MailSenderConfiguration extends Object
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 Details

    • MailSenderConfiguration

      public MailSenderConfiguration()
  • Method Details

    • mailSenderService

      @Bean MailSenderService mailSenderService() throws org.springframework.beans.factory.BeanCreationException, org.springframework.beans.BeanInstantiationException, NullPointerException
      Configuration 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 bean
      org.springframework.beans.BeanInstantiationException - an exception is thrown if an error occurs while instantiating bean
      NullPointerException - an exception is thrown if null pointer is found
      Since:
      v2.2.0