Replies: 3 comments 6 replies
-
/cc @cescoffier (mailer) |
Beta Was this translation helpful? Give feedback.
0 replies
-
What fails today? Any exception/logs? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think it's probably a question you should ask to the Camel Quarkus team. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using Camel Quarkus for a project to send mails using the camel component:
.to("smtp://{host}");
, instead of the Quarkus Mailer.For local testing I would use 'smtp.example.com:465' as a host. This would allow the mails to be caught by the org.jvnet.mock-javamail Mailbox. This has always worked until update 3.2.1Final. I've looked into the changes of this update, but could not find a clear indication of anything major having changed on this front. The error is a simple:
MailConnectException: Couldn't connect to host, port: smtp.example.com, 465; timeout 1000; Caused by: java.net.UnknownHostException: smtp.example.com
Any ideas on what has changed to break this setup? And on how to fix this without Quarkus Mailer?
Beta Was this translation helpful? Give feedback.
All reactions