Jagster
(Jakke Lehtonen)
Octobre 29, 2023, 7:09
6
Oui, nous avons un compositeur dans Discourse
Vous pouvez commencer par cela, et faire quelques recherches supplémentaires si nécessaire — mais vous avez déjà cherché et c’est pourquoi je suis confus quant au problème réel maintenant.
Purpose
We would like to set it up so Discourse can act as a private email support portal for a team. In this mode a single email address will be mapped to a category, all incoming mail will create new messages in that category that can be viewed by all the users with permission on the category. Users will be automatically provisioned as emails come in.
Advantages over central email box
Historically we have used a central email box for our team “support” this has proven to have quite a few draw…
https://github.com/mozilla/discourse-auto-email-in
This plugin takes 4 settings:
auto_email_in_enabled
auto_email_in_divider: Set the divider between a parent category slug and sub category slug
auto_email_in_domain: Set the domain of the email-in addresses
auto_email_in_append: Append new email-in addresses, rather than overwriting
So with the default settings, when enabled, all category email-in addresses will be set to:
<slug>@example.com or <parent_slug>+<child_slug>@example.com
So,…
I thought I’d share the configuration I came up with to use AWS SES for outgoing, bounce, and incoming email. There’s definitely some nuance to the SES service, and it took a good deal of trial and error to understand exactly how it works. This is more of a brain-dump than step-by-step-follow-the-dotted-line. It should be unnecessary, but use at your own risk. And by all means always read through and understand any code written by others you implement.
Background:
I’m working to deploy Discour…
3 « J'aime »