Dear lyn2py, Can you tell us how did you fix it ?
Regards, On Tue, Oct 9, 2012 at 3:58 PM, lyn2py <[email protected]> wrote: > Thanks David. I managed to fix it! > > > On Tuesday, October 9, 2012 8:07:57 PM UTC+8, David Marko wrote: >> >> Do you see any error message in web2py or it seems like it has been sent >> out but you cant see message delivered? You should definitely look into >> postfix log ... >> >> David >> >> >> Dne úterý, 9. října 2012 13:18:29 UTC+2 lyn2py napsal(a): >>> >>> I have postfix installed and followed Massimo's instructions, which are: >>> mail.settings.sender = >>> '[email protected]<https://groups.google.com/forum/?fromgroups=> >>> ' >>> mail.settings.server = 'localhost' >>> mail.settings.login = None >>> >>> But the system doesn't send email? (I tested using Lost Password / Reset >>> Password feature) It says "Email Sent." but I checked my mailbox, and >>> nothing. ???Puzzled??? >>> >>> The Postfix setup seems simple enough: >>> Internet Site, and then, anywhere.com >>> >>> If it helps, I'm on Ubuntu 12 + nginx + uwsgi. >>> >>> Appreciate any assistance or pointers on how to make it work. Thanks! >>> >>> >>> On Tuesday, October 9, 2012 1:00:26 AM UTC+8, Massimo Di Pierro wrote: >>>> >>>> On Linux, if you have postfix, you can just spoof your domain: >>>> >>>> mail.settings.sender = '[email protected]' >>>> mail.settings.server = 'localhost' >>>> mail.settings.login = None >>>> >>>> >>>> On Monday, 8 October 2012 11:22:25 UTC-5, LightDot wrote: >>>>> >>>>> Well, if your domain is hosted somewhere, the provider usually gives >>>>> you access to a mail server too. The access information needed is pretty >>>>> obvious, username and password, same as you need for regular SMTP access. >>>>> >>>>> Regards, >>>>> Ales >>>>> >>>>> >>>>> On Monday, October 8, 2012 1:40:19 PM UTC+2, Hassan Alnatour wrote: >>>>>> >>>>>> Dear ALL, >>>>>> >>>>>> i want to add my email in the db.py to use it to send email from the >>>>>> site , how can i make it using my own domain not gmail ? >>>>>> >>>>>> Best Regards, >>>>>> >>>>> -- > > > > --

