StackStorm-Exchange / stackstorm-email

E-Mail Actions/Sensors for StackStorm
https://exchange.stackstorm.org/
Apache License 2.0
9 stars 45 forks source link

IMAP accounts required when not used #45

Open minsis opened 3 years ago

minsis commented 3 years ago

IMAP accounts are a required in config but we don't use IMAP. Simply using this module to send notifications via smtp.

amanda11 commented 3 years ago

imap_accounts can be set to [] to indicate that there are no imap accounts to use in that case.

minsis commented 3 years ago

While this does work, requiring entry should be optional for both imap and smtp and allowing the user to select the options they need.

AzyCrw4282 commented 2 years ago

Encountered the same issue today with only requiring smtp. I second your solution.

MaheshSankaran commented 8 months ago

Am also encountered same issue