docker-mailman
docker-mailman copied to clipboard
make default "From:" configurable
currently hardcoded values for "From:" field do not work with mail setups where source hostname is being looked up. having ability to configure that aleviates the problem. PR preserves original functionality while adding ability to override default values.
There are conflicts in the changes that you have made, can you please re-base the changes?
I recently change the From:
part to be something postorius@$SERVE_FROM_DOMAIN
so that it provides a simple way to re-use the same variable.
I wouldn't mind something that checks for $DJANGO_DEFAULT_MAIL_FROM
and $DJANGO_SERVER_EMAIL
and uses them if defined and defaults to above mentioned behavior.
What do you think?
after wrangling with git merges - this is a cleaner patch excluding Travis settings etc.
This Pull Request has not been updated for more than 1year