Hello Serge,
Yes, I guess your record is consider text so it is quoted... You seems to
have find a solution, but you may have a look at XML() it gonna manage
escaping and encoding for you... About the other field, if you keep going
with you "manual" html tag (without using the web2py helpers) you
Finally, I could find the solution to my first question. It is in fact very
esay.
Here is my receipe:
Assuming that the content of the text field is in your local variable
my_text_field_content, simply put this in the 'message' variable of the
MAIL() function from gluon.tools:
message = (my_text
Le mardi 20 juin 2017 18:24:43 UTC+2, Serge Bourgeois a écrit :
>
>
> I like web2py for the good balance between simplicity and completeness.
> Most of the time, when I have a question, I can find a response googeling.
> Today not...
>
> I could cope with attachments, but I'm still struggling w
3 matches
Mail list logo