Re: [web2py] Re: sending html emails.... bug ...

2018-06-08 Thread António Ramos
Gmail in mobile works better. It does not show the attached photos at the bottom. Regards 2018-06-07 18:31 GMT+01:00 Leonel Câmara : > Nothing you can do about that Ramos. It depends on the email client. You > could use online images instead of sending them with the email but then you > will run

Re: [web2py] Re: sending html emails.... bug ...

2018-06-07 Thread António Ramos
Only one litle thing... the attachments also appear in the bottom of the email as "attachments... 2018-06-06 15:01 GMT+01:00 Leonel Câmara : > De nada :) > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > -

Re: [web2py] Re: sending html emails.... bug ...

2018-06-06 Thread António Ramos
It works with gmail now Leonel Obrigado :) 2018-06-06 12:20 GMT+01:00 Leonel Câmara : > The path is wrong or not absolute, use something like > mail.Attachment(os.path.join(request.folder, > 'static/images/pending.png')) > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Docum

Re: [web2py] Re: sending html emails.... bug ...

2018-06-06 Thread António Ramos
i cannot get "'fileit/static/images/pending.png' " working. I get [Errno 2] No such file or directory: 'fileit/static/images/pending.png'Versão web2py™ Version 2.14.6-stable+timestamp.2016.05.10.00.21.47 Python Python 2.7.5: /home/ramstein74/webapps/new2py/bin/uwsgi (prefix: /usr)Traceback 1. 2.

Re: [web2py] Re: sending html emails.... bug ...

2018-06-04 Thread António Ramos
Hello Massimo , i´m using the code from your tutorials. Then i adapted to add an html template. I guess google as a thing with base64 images... 2018-06-01 20:58 GMT+01:00 Massimo Di Pierro : > Very strange. Can you show us the code to generate the email and the html > in the email? > > > On Wedn