d-dir.
But after the aggregation, Exception 3, this info gets lost.
How to realizes this? What is missing?
Regards Thomas
-Ursprüngliche Nachricht-
Von: Giovanni Condello
Gesendet: Donnerstag, 19. September 2019 19:05
An: users@camel.apache.org
Betreff: R: Email to dead letter chan
____
Da: thomas.thi...@telekom.de
Inviato: giovedì 19 settembre 2019 18:18
A: users@camel.apache.org
Oggetto: AW: Email to dead letter channel
No. The body is not stored as it come. But text only. Without formatting (e.g.
RTF).
I simply want to backup the original Email as eml in ca
: Re: Email to dead letter channel
Hi,
My guess is that the file component doesn't support the attachments API (as
noted here:
https://camel.apache.org/components/latest/mail-component.html#_sending_mail_with_attachment_sample
).
One trick could be to route your deadLetterChannel to a d
Hi,
My guess is that the file component doesn't support the attachments API (as
noted here:
https://camel.apache.org/components/latest/mail-component.html#_sending_mail_with_attachment_sample
).
One trick could be to route your deadLetterChannel to a direct route, and
from there use:
1. the file
Hi,
I send an email with formatting, html or rtf and a pdf as attachment.
But in the dead letter file there is only plain text.
How can I save the orginal email in case of exception?
Code so far in configure():
errorHandler(deadLetterChannel(String.format("file://%s",
EMAIL_DEADDIRECTORY)).useO