RE: [Zope] Sending Fax through MailHost

2005-09-01 Thread Chris Larsen
Title: RE: [Zope] Sending Fax through MailHost






Thanks guys,

Chris, I saw that existed.. and I do see that it's a lot more straightforward.

Lennart- the fax piece is something on my exchange server so as long as the headers are correct it will interpret and route to the physical fax server accordingly. The problem is that I can't seem to discover through googling what these headers look like. Oh well, something for the castelle faxpress people (after $250/hr for support ugg). The smtp sendable gateway is probably some plugin they have available and I'll check it out.

Just figured someone may have run into this and found a workaround.

Thanks chieftains,
Chrisbob



-Original Message-
From: Lennart Regebro [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 01, 2005 4:27 AM
To: Chris Larsen
Cc: zope@zope.org
Subject: Re: [Zope] Sending Fax through MailHost



What you are trying to do has nothing with SMTP to do. It's fully MS
Outlook specific. You would have to write a mailhost that does not use
SMTP, but integrated directly to an outlook server. I have no idea of
how to do that, or even if it's possible.

What you might want to do instead, is too see if you can make the fax
software you are using be a SMTP-mail to fax gateway. I.e., if you
somehow can send SMTP mails to it. In that case, the mail adress would
be something like [EMAIL PROTECTED], which would be a valid
SMTP address.





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


[Zope] Sending Fax through MailHost

2005-08-31 Thread Chris Larsen
Title: Sending Fax through MailHost






Hi,

I'm trying to put a fax number into the To: field of the mailhost header and am not having much luck. Obviously the standard for this is to address the email to [FAX:18479131145] but when I do [FAX:1dtml-var faxnum] it just tells me that there are no recipients designated.

Any ideas?

Thanks,
chris




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


[Zope] Excel spreadsheet attachment in dtml-sendmail

2005-08-31 Thread Chris Larsen
Title: Excel spreadsheet attachment in dtml-sendmail






Hi again,

Now on to my next problem.. I have tried the below code to send off a spreadsheet as an attachment and am getting a dat file and a 232B file that cant be read.

Heres the code from zopelabs.com appropriated to my own info:

dtml-sendmail mailhost=MailHost
To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Subject: some subject
dtml-mime type=application/msexcel encode=base64
Content-Disposition: inline; filename=ics.xls
dtml-boundary name=ics.xls type=application/msexcel
disposition=attachment encode=base64
/dtml-mime

/dtml-sendmail

I thought they type was supposed to be application/vend.msexcel
I've tried both ways tho but to no avail.

Thanks in advance,
Chris Larsen





___
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] Excel spreadsheet attachment in dtml-sendmail

2005-08-31 Thread Chris Larsen
Title: Excel spreadsheet attachment in dtml-sendmail








Never mind.. the dtml-boundary looks like
this now.. I guess that zopelabs.com how-to needs to be updated.. oh well.



dtml-boundary disposition=attachment
type=application/vend.ms-excel encode=base64 filename=ics.xlsdtml-var
expr=ics.data











From: Chris Larsen 
Sent: Wednesday, August 31, 2005
3:10 PM
To: zope@zope.org
Subject: [Zope] Excel spreadsheet
attachment in dtml-sendmail





Hi again,

Now on to my next problem.. I have tried the below code to send off a
spreadsheet as an attachment and am getting a dat file and a 232B file that
cant be read.

Heres the code from zopelabs.com appropriated to my own info:

dtml-sendmail mailhost=MailHost
To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Subject: some subject
dtml-mime type=application/msexcel encode=base64
Content-Disposition: inline; filename=ics.xls
dtml-boundary name=ics.xls type=application/msexcel
disposition=attachment encode=base64
/dtml-mime

/dtml-sendmail

I thought they type was supposed to be application/vend.msexcel
I've tried both ways tho but to no avail.

Thanks in advance,
Chris Larsen






___
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] Sending Fax through MailHost

2005-08-31 Thread Chris Larsen
Title: Sending Fax through MailHost








Sorry for the slim amount of information..
heres what my dtml-sendmail header looks like:



dtml-sendmail
mailhost=MailHost

To: [Fax:18478767346] 

From: [EMAIL PROTECTED]

Subject: dtml-in
select_messagedtml-var subject 

dtml-mime type=text/html
disposition=inline encode=7bit













From: Chris Larsen 
Sent: Wednesday, August 31, 2005
1:19 PM
To: zope@zope.org
Subject: [Zope] Sending Fax
through MailHost





Hi,

I'm trying to put a fax number into the To: field of the mailhost
header and am not having much luck. Obviously the standard for this is to
address the email to [FAX:18479131145] but when I do [FAX:1dtml-var
faxnum] it just tells me that there are no recipients designated.

Any ideas?

Thanks,
chris






___
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] Sending Fax through MailHost

2005-08-31 Thread Chris Larsen
Title: Sending Fax through MailHost








By the way, I did notice that in my
address in outlook its specified as the email-type FAX
and when I put a normal email address in it is email type SMTP.
I guess when you do [fax: ] it changes the email-type to FAX and uses the
number as the address.



I am thinking there would have to be an
additional header line similar to content-type but I dont know where
this would go or what it would be. Is this even supported (or
supportable??)



Thanks,

chris









From: Chris Larsen 
Sent: Wednesday, August 31, 2005
1:19 PM
To: zope@zope.org
Subject: [Zope] Sending Fax
through MailHost





Hi,

I'm trying to put a fax number into the To: field of the mailhost
header and am not having much luck. Obviously the standard for this is to
address the email to [FAX:18479131145] but when I do [FAX:1dtml-var
faxnum] it just tells me that there are no recipients designated.

Any ideas?

Thanks,
chris






___
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] Sending Fax through MailHost

2005-08-31 Thread Chris Larsen
Title: RE: [Zope] Sending Fax through MailHost






thanks

-Original Message-
From: Jens Vagelpohl [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 31, 2005 4:57 PM
To: zope user list
Subject: Re: [Zope] Sending Fax through MailHost




On 31 Aug 2005, at 22:29, Chris Larsen wrote:

 By the way, I did notice that in my address in outlook its
 specified as the email-type FAX and when I put a normal email
 address in it is email type SMTP. I guess when you do [fax: ]
 it changes the email-type to FAX and uses the number as the address.


 I am thinking there would have to be an additional header line
 similar to content-type but I dont know where this would go or
 what it would be. Is this even supported (or supportable??)

What you are trying to do is not supported because your FAX addresses
are not valid and legal email addresses. MailHost will simply ignore
them. You would have to write your own implementation that does
something intelligent with those odd addresses.

jens

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





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