You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #2669 we merged functionality for incoming email. We've configured this, but now we need to start an independent process that does the mail fetching.
We just have to write the configurations in https://github.com/publiclab/plots2/blob/master/script/mailman_server and then we can start the mailman server which is an incoming mail server which will automatically do the work for us.
We only have to write the proper configurations of the email id which will going to receive all the mails.
So now we need to add a container to containers/docker-compose-*.yml where we define by code what processes / containers run in staging and production.
@namangupta01 We'll appreciate your help in defining the command that needs to be run - similar to how it was done for Sidekiq (see docker-compose files)
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Please describe the problem (or idea)
In #2669 we merged functionality for incoming email. We've configured this, but now we need to start an independent process that does the mail fetching.
@namangupta01 mentioned this:
So now we need to add a container to
containers/docker-compose-*.yml
where we define by code what processes / containers run in staging and production.@namangupta01 We'll appreciate your help in defining the command that needs to be run - similar to how it was done for Sidekiq (see docker-compose files)
Thanks in advance!
The text was updated successfully, but these errors were encountered: