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
{{ message }}
This repository was archived by the owner on Sep 4, 2024. It is now read-only.
The Mail System module is seemingly very old (it even lacks version nr!). I tried configuring different mail system settings per environment in order to send production e-mails via the SMTP module and quickly realized that the settings variables used by Mail System were behaving in a very odd manner. Settings seem to be saved as system variables, but not loaded as such, making it impossible to control via Features or Tadaa. I then noticed that there are quite a lot of differences between the current version in Odd Drupal and the latest official release (which is from 2012).
I tested the latest official 2.x version and I wasn't very impressed with that one either - it saves the configuration in files in files/mailsystem which won't work for different environments either. Maybe this is just a module that would need a custom module that handles the settings, I'm not sure. Anyway, a module overlook might be needed.