Add email reply trimmer #7

Open
opened 2023-10-26 10:02:19 +00:00 by nicksellen · 0 comments
Member

For handling incoming emails, we use a service to chop off the replies part of the email.

We already package it as a docker image --> karrot/email_reply_trimmer_service

Which then needs port 4567 exposing and then this need specify for the app service:

EMAIL_REPLY_TRIMMER_URL=http://localhost:4567/trim

(with localhost as the relevant docker host ofc)

For handling incoming emails, we use a service to chop off the replies part of the email. We already package it as a docker image --> `karrot/email_reply_trimmer_service` Which then needs port `4567` exposing and then this need specify for the app service: ``` EMAIL_REPLY_TRIMMER_URL=http://localhost:4567/trim ``` (with localhost as the relevant docker host ofc)
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/karrot#7
No description provided.