Re: [web2py] Mail function not working
> > > mail.settings.server= '192.168.200.43:25' > > add port
[web2py] Mail function not working
Hello, I can't get the web2py mail function to work despite trying a multitude of settings (in fact I used a 'brute-force' attack to try all the possible combinations I could think of), here's the latest in my db.py: mail=Mail() mail.settings.server= '192.168.200.43' mail.settings.sender= 'the...