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] <javascript:>' > 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, >>> >> --

