Skip to content

Commit

Permalink
Fix email sending in native images
Browse files Browse the repository at this point in the history
Resolves #34
  • Loading branch information
akobor committed Aug 21, 2020
1 parent 7a64a61 commit 4368ee4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Args=-H:Name=kuvasz \
-H:Class=com.kuvaszuptime.kuvasz.Application \
-H:ResourceConfigurationResources=${.}/resource-config.json
-H:ResourceConfigurationResources=${.}/resource-config.json \
-H:ReflectionConfigurationResources=${.}/reflect-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
{
"name": "com.sun.mail.smtp.SMTPTransport",
"methods": [
{
"name": "<init>",
"parameterTypes": [
"javax.mail.Session",
"javax.mail.URLName"
]
}
]
},
{
"name": "org.simplejavamail.internal.batchsupport.BatchSupport",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"name": "javax.activation.MailcapCommandMap"
}
]

0 comments on commit 4368ee4

Please sign in to comment.