In http://stackoverflow.com/a/23866880/779159 there's a workaround to some 
pyramid_mailer issue by downgrading repoze.sendmail from 4.2 to 4.1. How 
can I do this?

All I did was follow instructions at 
https://github.com/Pylons/pyramid_mailer/blob/master/docs/index.rst#getting-started-the-easier-way
 
and added 

pyramid.includes =
   pyramid_mailer

and

config.include('pyramid_mailer')

I didn't do anything with repoze.sendmail. How can I implement the suggested 
workaround? Can I somehow specify the version in setup.py?

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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 http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to