polydigital / backdrop-civicrm-docker

0 stars 1 forks source link

Development email server #24

Closed tabroughton closed 5 years ago

tabroughton commented 5 years ago

We need an email server for development so we can test the functionality of mail sending from civicrm etc.

Suggest we use maildev as a docker container.

This is quite a big task and might need breaking down.

tabroughton commented 5 years ago

There are a number of ways of updating values in the API through parameters and through json.

this is a shortterm fix and will break soon as some of the settings are dependant on values that need to be retrieved from other requests, the fix I've put in just uses hard-coded values for ids etc atm