Broadleaf Microservices
  • v1.0.0-latest-prod

Notification Examples

Email Provider Examples

The SendGrid Example shows how to configure a notification handler to work with the SendGrid email provider.

The SES Example shows how to configure a notification handler to work with the Amazon SES SDK.

The Gmail Example shows how to use JavaMail to send messages from a Gmail account. The example is useful as an approach for any javax.mail implementation.

SMS Provider Examples

The Twilio Example shows how to configure a notification handler to send SMS messages with Twilio.