Skip to content

Commit

Permalink
Merge pull request #251 from reshmabidikar/v3
Browse files Browse the repository at this point in the history
Removed NoClassDefFoundError from FAQ
  • Loading branch information
pierre committed Jul 20, 2021
2 parents 7af7c24 + 9f4cc0d commit 753c137
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions userguide/tutorials/email-notification-plugin.adoc
Expand Up @@ -392,13 +392,4 @@ Ensure that you also update the translation properties as specified in the <<Upl
=== Enabling SSL in emails
In order to enable SSL while sending emails, you need to configure the tenant with the `org.killbill.mail.useSSL=true` as specified in the <<tenant-config>> section above.
=== NoClassDefFoundError
Sometimes, a `NoClassDefFoundError com.sun.activation.registries.LogSupport` may occur and emails may not be sent.
In such cases, you need to add the following property to the Kill Bill configuration file:
[source,bash]
org.killbill.osgi.system.bundle.export.packages.extra=com.sun.activation.registries
In order to enable SSL while sending emails, you need to configure the tenant with the `org.killbill.mail.useSSL=true` as specified in the <<tenant-config>> section above.

0 comments on commit 753c137

Please sign in to comment.