Hi, I still cannot get it to work, and I have no idea why... If I was to upload my project directory to DropBox, you wouldn’t mind checking it for me please? To see if you are able to make sense of what is wrong with it?
Let me know and I will upload an archive of the project content... Thanks Chris On Saturday, 16 January 2016 05:10:33 UTC+11, Alessandro Molina wrote: > > 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] <javascript:> > > 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] <javascript:>> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> 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.

