Re: SMTP configuration in a dict

2014-05-30 Thread Julian Wachholz
Discussion may continue in this ticket then: https://code.djangoproject.com/ticket/22734 Cheers On Wed, May 28, 2014 at 10:29 PM, Aymeric Augustin wrote: > Still, it's a good idea, please file a Trac ticket if there isn't one > already. > > -- > Aymeric. > > Le 28 mai 2014 à 13:22, Tim Graham a

Re: SMTP configuration in a dict

2014-05-28 Thread Aymeric Augustin
Still, it's a good idea, please file a Trac ticket if there isn't one already. -- Aymeric. > Le 28 mai 2014 à 13:22, Tim Graham a écrit : > > Ramiro tried to do something similar, moving the cookie settings to a > dictionary, see #21051, but gave up due to backwards compatibility concerns. >

Re: SMTP configuration in a dict

2014-05-28 Thread Andi Albrecht
Hi, On Wed, May 28, 2014 at 1:06 PM, Julian Wachholz wrote: > Hi django-developers > > I'd like to propose a relatively small change to the way we configure our > SMTP email backends. > Up until now, configuring your SMTP backend took up to 6 individual > settings, ranging from EMAIL_HOST to EMAI

Re: SMTP configuration in a dict

2014-05-28 Thread Tim Graham
Ramiro tried to do something similar, moving the cookie settings to a dictionary, see #21051 , but gave up due to backwards compatibility concerns. Not saying it's impossible, but it may be a bit trickier than it looks at first. On Wednesday, May 28,

SMTP configuration in a dict

2014-05-28 Thread Julian Wachholz
Hi django-developers I'd like to propose a relatively small change to the way we configure our SMTP email backends. Up until now, configuring your SMTP backend took up to 6 individual settings, ranging from EMAIL_HOST to EMAIL_USE_SSL etc. We already have a dictionary to configure things like c