docker-mailman icon indicating copy to clipboard operation
docker-mailman copied to clipboard

make default "From:" configurable

Open droopy4096 opened this issue 7 years ago • 3 comments

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.

droopy4096 avatar Oct 04 '17 18:10 droopy4096

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?

maxking avatar Oct 04 '17 18:10 maxking

after wrangling with git merges - this is a cleaner patch excluding Travis settings etc.

droopy4096 avatar Oct 19 '17 16:10 droopy4096

This Pull Request has not been updated for more than 1year

github-actions[bot] avatar Apr 14 '23 22:04 github-actions[bot]