If you read docs about mail.send, you'd know that it takes

mail.send(to, subject, message, attachments, cc, ...... etc etc etc).

for html-only mails, it should be

mail.send('recipi...@gmail.com, 'subject', '<html>thebody</html>', etc etc 
etc)

That being said, what's the error ? 

On Tuesday, January 12, 2016 at 7:21:25 PM UTC+1, RAGHIB R wrote:
>
> def result():
>     session.x=mail.send('smm...@gmail.com <javascript:>',
>                         'hello',
>                         '<html><h1 
> style="background-color:pink;font-size:2em;display:inline">Hi Raghib, you 
> have a new entry: </h1></html>','session.name+session.name2+" with 
> "+str(session.percent)')
>     if session.x==True:
>         response.flash="result"
>     else:
>         response.flash="resultt"
>     return locals()
>

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