camunda-platform-7-mail icon indicating copy to clipboard operation
camunda-platform-7-mail copied to clipboard

Feature request: Exclude connectors

Open jonathanlukas opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe.

When using the mail connector, I want to limit the interaction possibilities with my mail server.

Describe the solution you'd like

A way to include/exclude connectors.

Describe alternatives you've considered

Use them as they are and handle exceptions popping up.

Additional context

Follow-up to #127

jonathanlukas avatar Apr 26 '23 11:04 jonathanlukas

@jonathanlukas I have some idea . Can you have a look at this PR .

https://github.com/camunda-community-hub/camunda-platform-7-mail/pull/182

This changes the default behavior and Mail Service will be disabled by default. However I have small doubt why we need to set both properties to true to enable it ?

       camunda.bpm.plugin.mail.notification.enabled: true
       camunda.bpm.plugin.mail.mail.notification.enabled: true

I need the background for two similar properties . Open for suggestions.

amardeep2006 avatar Dec 06 '23 07:12 amardeep2006