18 Oct
2002
18 Oct
'02
1:57 a.m.
AM a écrit:
Hi, I have the following command: context.mail_host.send(messageText=msg, mto=e, mfrom='a@abc.com', subject=sub,encode='base64')
Now my msg is msg = 'aaaaabbbbbbccccc'
If I do the following: msg = 'this is from abc\n\n' + msg
perhaps use " not ' like that the char \n will be interpreted ... cyrille, a zope newbie ;o{ a perl killer ;o)
The email sent has the chartacters '\' 'n' as is> I just cant seem to introduce a carraige returns in the body of the message. I tried \r and still the same
Why?? TIA
AM