Hello everybody.

I would like to send a newsletter using a web site news content.

In a news I have an uploaded image that I display in the web site like that:
{{=IMG(_src=URL('download', args=current_news.image_file))}}
The result in the html file is that one:
<img 
src="/myapp/admin/download/news.image_file.9b935275a22c6075.68333632362e6a7067.jpg">

Of course if I use this src in an email the image will not appear.

In this case what could be the good method, saving before the image in a 
static folder and linking to it?

Thanks, regards.

-- 
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.

Reply via email to