base_config['pylons.errorware']['smtp_use_tls'] = True in app_cfg.py should
lead to the same behaviour in 2.2

Due to the way 2.2 configuration system worked, I'm not sure you can
specify this in development.ini, you should probably try to set it in the
same place where other error tracing options are set and see.

On Tue, Mar 1, 2016 at 4:36 PM, <[email protected]> wrote:

> Hi
>
> I have an old project running for about 2 years,
> I want to configiure the error report emails to use an office365 account (
> smtp.office365.com)
>
> In order to use the office365 smtp i need tls.
>
> In a newer project (I think using 2.3.5) i use in production.ini:
>
>     trace_errors.smtp_use_tls = true
>
> Is there somthing I can use in my old tg2.2 project to use tls (using 
> prodction.ini config)?
> I cant seem to find how to do that
>
> Thanks
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "TurboGears" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/turbogears.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/d/optout.

Reply via email to