Re: [Zope] dtml-sendmail with a tab

2005-05-19 Thread Andreas Jung

--On Donnerstag, 19. Mai 2005 14:48 Uhr +0200 [EMAIL PROTECTED] wrote:
Hello,
   I want to send an e-mail with a tab. How can I do that with a
dtml-sendmail tag?
What is an email with a tab??
-aj


pgpbvBfqBN6yT.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] dtml-sendmail with a tab

2005-05-19 Thread Jean
Selon Andreas Jung [EMAIL PROTECTED]:



 --On Donnerstag, 19. Mai 2005 14:48 Uhr +0200 [EMAIL PROTECTED] wrote:

 
  Hello,
 I want to send an e-mail with a tab. How can I do that with a
  dtml-sendmail tag?
 

 What is an email with a tab??

 -aj




Sorry, for me a tab is an horizontal tabulation ( #9; or HT ).
Best regards.
Jean Tinguely


This message was sent using IMP, the Internet Messaging Program.

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


RE: [Zope] dtml-sendmail with a tab

2005-05-19 Thread Dan Pozmanter
 Either he wants to charge the recipient, or he
Just wants to send an e-mail from a zmi tab.

If its something like the latter, this:
http://www.zope.org/Documentation/Guides/DTML-HTML/DTML.16.html
may help.

-Dan

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Andreas Jung
Sent: Thursday, May 19, 2005 9:11 AM
To: [EMAIL PROTECTED]; zope@zope.org
Subject: Re: [Zope] dtml-sendmail with a tab



--On Donnerstag, 19. Mai 2005 14:48 Uhr +0200 [EMAIL PROTECTED] wrote:


 Hello,
I want to send an e-mail with a tab. How can I do that with a 
 dtml-sendmail tag?


What is an email with a tab??

-aj

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] dtml-sendmail with a tab

2005-05-19 Thread Hugo Ramos
Yellow,
What is an email with horizontal tabulation???

hr


On 5/19/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Selon Andreas Jung [EMAIL PROTECTED]:
 
 
 
  --On Donnerstag, 19. Mai 2005 14:48 Uhr +0200 [EMAIL PROTECTED] wrote:
 
  
   Hello,
  I want to send an e-mail with a tab. How can I do that with a
   dtml-sendmail tag?
  
 
  What is an email with a tab??
 
  -aj
 
 
 
 
 Sorry, for me a tab is an horizontal tabulation ( #9; or HT ).
 Best regards.
 Jean Tinguely
 
 
 This message was sent using IMP, the Internet Messaging Program.
 
 ___
 Zope maillist  -  Zope@zope.org
 http://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope-dev )
 


-- 
Hugo Ramos - [EMAIL PROTECTED]
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] dtml-sendmail with a tab

2005-05-19 Thread Andreas Jung

--On Donnerstag, 19. Mai 2005 15:13 Uhr +0200 [EMAIL PROTECTED] wrote:
Sorry, for me a tab is an horizontal tabulation ( #9; or HT ).
Best regards.
Jean Tinguely
Maybe by using \t...but no idea...if you want something extraordinary you 
should consider
using Python's 'email' module to produce emails with fancy contentthis 
is maybe to
sophisticated for dtml-sendmail.

-aj


pgpiwdNxhZLYP.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] dtml-sendmail with a tab

2005-05-19 Thread Jean
Hello,
   I find a trick: I send an email with the html mime type, In this message the
#09; entity represent the HT. On my clients I install thunderbird ( viewing
the body of the message in text only ).
   If you have an other idea, I'll test it!
   Best regards.
   Jean Tinguely


Selon Andreas Jung [EMAIL PROTECTED]:



 --On Donnerstag, 19. Mai 2005 15:13 Uhr +0200 [EMAIL PROTECTED] wrote:

  Sorry, for me a tab is an horizontal tabulation ( #9; or HT ).
  Best regards.
  Jean Tinguely

 Maybe by using \t...but no idea...if you want something extraordinary you
 should consider
 using Python's 'email' module to produce emails with fancy contentthis
 is maybe to
 sophisticated for dtml-sendmail.

 -aj







This message was sent using IMP, the Internet Messaging Program.

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )