replied already in another post. Please, pretty please, read the book 
before posting questions!

On Wednesday, January 13, 2016 at 8:35:25 PM UTC+1, RAGHIB R wrote:
>
> just tell me how do I include something as session.name1 inside the html 
> body here?
>
> On Wednesday, January 13, 2016 at 1:21:11 AM UTC+5:30, Niphlod wrote:
>>
>> 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('reci...@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',
>>>                         '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