Are you sure you have

from gluon.tools import Mail
mail = Mail()
mail.settings.server = "gae"

??

On Mon, Nov 28, 2011 at 4:27 PM, Constantine Vasil <thst...@gmail.com>wrote:

> I using the trunk version, GAE. In my models/0.py I have *settings.
> email_server = 'gae'.*
> When I try to use *request_reset_password *
> *on Email send I got: "*Exception: Server address not specified"
>  The line 327-328: is looking for *settings.server.* if not
> isinstance(self.*settings.server*, str):
> raise Exception('Server address not specified') This is something new,
> shouldn't it be *settings.**email_server*?
> 2011-11-28 09:45:13.147 Traceback (most recent call last):
>  File "/base/data/home/apps/s~***/***/gluon/restricted.py", line 204, in
> restricted
>    exec ccode in environment
>  File "/base/data/home/apps/s~***/***/applications/***/controllers/default
> .py:user", line 14538, in <module>
>  File "/base/data/home/apps/s~***/***/gluon/globals.py", line 162, in
> <lambda>
>    self._caller = lambda f: f()
>  File
> "/base/data/home/apps/s~***/***/applications/***/controllers/default.py:user",
> line 516, in user
>  File "/base/data/home/apps/s~***/***/gluon/tools.py", line 1139, in
> __call__
>    return getattr(self,args[0])()
>  File "/base/data/home/apps/s~***/***/gluon/tools.py", line 2235, in
> request_reset_password
>    dict(key=reset_password_key)):
>  File "/base/data/home/apps/s~***/***/gluon/tools.py", line 328, in send
>    raise Exception('Server address not specified')
> Exception: Server address not specified
>



-- 

Bruno Rocha
[http://rochacbruno.com.br]

Reply via email to