mirror of
https://github.com/chatmail/relay.git
synced 2026-09-26 09:10:08 +00:00
- The constructor arguments do not have default values; they are all required. Revised deploy_chatmail() to pass them by position rather than name, so that the caller is not coupled to the names of the arguments inside the method definition.