Hello all. I've got a strange problem. With a specific mail configuration I don't have any error but emails are not going out. So if I use this configuration mails are not going out:
Model: mail = auth.settings.mailer mail.settings.server = 'zimbra.mydomain.com:25' mail.settings.sender = 'sa...@mydomain.com' mail.settings.login = 'sa...@mydomain.com:password' Controller: email_sent = mail.send(to=['myem...@gmail.com'], subject = subject, reply_to=email, message=message) And email_sent = 1, crazy. And in the same application with another configuration emails are going out. mail = auth.settings.mailer mail.settings.server = 'smtp.anotherdomain.com:587' mail.settings.sender = 'sa...@anotherdomain.com' mail.settings.login = 'user_name:password' Someone knows why or where I can search for debug information's ? Thanks,bye. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.