camunda-community-hub / camunda-platform-7-mail

Mail connectors for Camunda Platform 7
Apache License 2.0
81 stars 71 forks source link

Feature request: Exclude connectors #130

Open jonathanlukas opened 1 year ago

jonathanlukas commented 1 year ago

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

amardeep2006 commented 7 months ago

@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.