Thank you for the answer I try mail.settings.server = 'localhost' mail.settings.sender = 'yoursen...@yourdomain.com' mail.settings.login = None
and mail.settings.server = '127.0.0.1' mail.settings.sender = 'yoursen...@yourdomain.com' mail.settings.login = None But still unable to send e-mail Before I leave the work I have ask the administrator of the server to check the log of the mail server. Maybe the owner of the web2py process have no right to send a e-mail ? There are a lot of post with a similare probleme. But no solution. Le mercredi 28 novembre 2012 23:01:06 UTC+1, Niphlod a écrit : > > you should be good to go setting > > mail.settings.server = 'localhost' > mail.settings.sender = 'yoursen...@yourdomain.com <javascript:>' > mail.settings.login = None > > On Wednesday, November 28, 2012 10:31:42 PM UTC+1, keiser1080 wrote: >> >> Hello, >> >> I have a fresh install of web2py on a redhat server. >> When I register my self on the welcom application there are a flash >> message "unable to send email" >> >> If a send the message from the console with the command mail that work >> (without any authentification) >> The mail work also if a send direct with a telnet 127.0.0.1 25 . >> >> Could you help my? >> >> sorry for my english i speak usualy french. >> > --