Class AmazonSimpleEmailServiceEmailSender

java.lang.Object
org.apereo.cas.mail.AmazonSimpleEmailServiceEmailSender
All Implemented Interfaces:
org.apereo.cas.notifications.mail.EmailSender

public class AmazonSimpleEmailServiceEmailSender extends Object implements org.apereo.cas.notifications.mail.EmailSender
Since:
7.1.0
  • Field Summary

    Fields inherited from interface org.apereo.cas.notifications.mail.EmailSender

    BEAN_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    AmazonSimpleEmailServiceEmailSender(software.amazon.awssdk.services.ses.SesClient sesClient, org.springframework.context.HierarchicalMessageSource messageSource, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.notifications.mail.EmailCommunicationResult
    send(org.apereo.cas.notifications.mail.EmailMessageRequest emailRequest)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apereo.cas.notifications.mail.EmailSender

    canSend, determineEmailSubject
  • Constructor Details

    • AmazonSimpleEmailServiceEmailSender

      public AmazonSimpleEmailServiceEmailSender(software.amazon.awssdk.services.ses.SesClient sesClient, org.springframework.context.HierarchicalMessageSource messageSource, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
  • Method Details

    • send

      public org.apereo.cas.notifications.mail.EmailCommunicationResult send(org.apereo.cas.notifications.mail.EmailMessageRequest emailRequest) throws Exception
      Specified by:
      send in interface org.apereo.cas.notifications.mail.EmailSender
      Throws:
      Exception