Hello, I am using Docker Compose to test Camunda, and I would like to know how I can send an email in the simplest way possible using C#. How could this be done with a test email and using Mailpit? Or there’s other way much easy?
Utilizing the connector framework would probably be the easiest way to implement email sending. There are few option availalble you can check them out in the marketplace.
Hi, @Niall!! I choose the email connector, wouldn’t there be a way to send an email with a PDF without using code just using Camunda Modeler?
Might be a little complicated.
At the moment Camunda doesn’t do document handeling to any degree (but we will soon) so for the moment… the best option would be - Store the doctument somewhere externally in a document mangement software and use send an email with a URL or something that points to the PDF you want to show some folks.
As @Niall said, the EMail Connector in 8.6.x is not capable of that but you will be able to use this new feature in the upcoming 8.7 release.
thank u, @Niall and @sbuettner!!! a good day for u, guys!!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.