Have you tried port 587 on the server? mail.settings.server = mail.example.com:587
On Oct 30, 2:27 pm, Thadeus Burgess <[email protected]> wrote: > Also, mail.send() is always returning True. > > -Thadeus > > On Fri, Oct 30, 2009 at 2:25 PM, Thadeus Burgess <[email protected]>wrote: > > > Would anybody know why I can send mail using SMTP through Evolution, yet > > when using the exact same credentials for web2py Mail(), email does not get > > sent? > > > It is quite odd actually though. > > > mail.settings.server = mail.example.com:25 > > mail.settings.sender = "[email protected]" > > mail.settings.login = "[email protected]:mypass" > > > Now when I use a mail.send() to other email accounts within the @ > > example.com domain, the emails get delivered, however when I use > > mail.send() to outside of the @example.com domain, liek @gmail and @yahoo, > > the emails never get delievered. > > > Using evolution to send, the emails get sent, using squirrelmail interface > > works as well. Using gmail's smtp will not deliver emails outside of the @ > > example.com domain either. > > > This was working until I switched the DNS A record of the root domain to a > > slicehost IP, yet leaving the mail subdomain A record pointing to the mail > > server. > > > example.com. A 123.456.789.012 > > mail.example.com A 321.321.355.012 > > > With evolution working correctly, I am baffled. > > > Has anybody else ever run into this? Or have an idea on what is going on > > here. > > > -Thadeus --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

