I'll take code from a real project, see if anything is missing

in app_cfg.py (at the end of file):

from tgext.pluggable import plug
plug(base_config, 'tgext.mailer')
plug(base_config, 'registration')

in development.ini (in [app:main]):

# tgext.mailer data:
mail.host = smtp.mandrillapp.com
mail.username = **USER**
mail.password = **PASS**
mail.port = 587

# tgapp-registration
registration.email_sender = [email protected]

In case you are still unable to resolve it, if I can clone project code
from somewhere I'll gladly check it to see what's wrong.


On Fri, Jan 15, 2016 at 4:47 PM, <[email protected]> wrote:

> Is there anything more that I need to do with the
> ‘registration.email_sender’? anywhere else I need to set something up? Or
> how about regarding this https://github.com/amol-/tgext.mailer , about
> one third of the way down the page... Where it says 'Sending Emails’, do I
> need to put that anywhere? Or has that been done already?
>
> Thank you
>
> --
> 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